how are we going to index the octree or cube at 15:56 if there are more levels ore subdivision in current level for ex we have like 64 divisions or level 3 of octree (so we just divided each cube one more time ) then how are we going to index those 64 division
There is tree structure here, each tree node have index for the tree nodes in the next level, you may get some ideas by looking at the OcttreePointLocator in VTK
@@zhezhe3351 yeah i got that but the problem is the order of the index of nodes like which leaf node will be index first and which will be indexed later and how will we access them
how are we going to index the octree or cube at 15:56 if there are more levels ore subdivision in current level
for ex we have like 64 divisions or level 3 of octree (so we just divided each cube one more time )
then how are we going to index those 64 division
There is tree structure here, each tree node have index for the tree nodes in the next level, you may get some ideas by looking at the OcttreePointLocator in VTK
@@zhezhe3351 yeah i got that but the problem is the order of the index of nodes like which leaf node will be index first and which will be indexed later and how will we access them