c++ - What is the difference between marching cube and octree? -
is octree special case of marching cube ?? mean octree use same triangulated cubes of marching cube. know octree 3d form of quadtree. want know whether in correct direction or not. after tree have been formed, how octree step formation of triangles ( creating surface) same of marching cube?
it different theory. octree cubic subdivision method 3d space, find distributions of things in space, efficiently process large spaces , narrow down areas there find.
marching cubes system generating mesh , doesn't use progressive subdivision octree.
but marching cube system use octree find areas need processed , throw out things without mesh in it. https://www.youtube.com/watch?v=gnztx3ijjpo
Comments
Post a Comment