Understanding the oct-tree (Using vtkOctreePointLocator as an example)

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 3

  • @kunalgupta8380
    @kunalgupta8380 Рік тому +1

    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

    • @zhezhe3351
      @zhezhe3351 Рік тому

      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

    • @kunalgupta8380
      @kunalgupta8380 Рік тому

      @@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