OCTREE

Blitz3D Forums/Blitz3D Programming/OCTREE

Mathieu A(Posted 2003) [#1]
Do you think that it is possible to data our world level with Octree?


Koriolis(Posted 2003) [#2]
Don't know what you mean by "data our world", but if you ask if it's feasable to manage your entities with an octree in Blitz, then the answer is yes.


Mathieu A(Posted 2003) [#3]
Yes, I'm french so I ceratainly don't use the good world. Thank you for your answer. I read few articales about Octree, and I'm sure that it could be possible!!


Ice9(Posted 2003) [#4]
octree data structure is possible using types. Your individual enties or child entities could be stored in the
tree and from thier the triangles and vertices could be stored. as far as using octree for visibility you would be able to hide show and turn collision on and off for entities but not individual triangles in a mesh.


Mathieu A(Posted 2003) [#5]
Thanks Lilpuppy it's exactly what I want to do. I hope that it will work.