Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Geometry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6006,7 +6006,9 @@
"Occupancy grids are often converted to triangle meshes by outputting a\n",
"rectangle when an occupied cell borders an unoccupied one. This has the\n",
"effect of creating a jagged \"stair step\" appearance because each face is\n",
"axis-aligned.\n"
"axis-aligned. See the animation below for an example.\n",
"\n",
"<video src=\"./animations/media/modeling/MarchingCubes.mp4\" width=\"500\" height=\"300\" controls></video>\n"
]
},
{
Expand Down
Loading