Hi, can you guys tell me what is the difference between an Octree and mesh.
Even in IrrEdit, these two options exist and they both look to represent some sort of static mesh.
Can someone clarify, please ?
Difference between Octree and mesh
It's explained in the second example included in the SDK: http://irrlicht.sourceforge.net/docu/example002.html
The Open Descent Foundation is always looking for programmers! http://www.odf-online.org
"I'll find out if what I deleted was vital here shortly..." -d3jake
"I'll find out if what I deleted was vital here shortly..." -d3jake
To get some conceptual information about it you could check out this page on octrees. Essentially they build the assertion that if a node isn't visible, then it's children are not visible. They can be used for other things as well besides just visibility algorithms. Furthermore, they are akin to other spatial division algorithms such as quadtrees, kd-trees, etc.
TheQuestion = 2B || !2B