Octree Triangle Picking

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
spidersharma
Posts: 50
Joined: Thu Aug 13, 2009 7:16 am
Location: India

Octree Triangle Picking

Post by spidersharma »

Hello All,

I had a doubt about Irrlicht Octree creation.
while creating the octree, we will have triangles which are not part of any of the nodes, ie they are getting cut by the nodes.
So what exactly irrlicht does with those triangles.
does it assign them to the parent?

Thanks in advance.
Prashant
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I think they are put into both nodes, ut I don't remember exactly anymore.
Post Reply