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!
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?