addMeshSceneNode() problem

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
corban
Posts: 35
Joined: Fri Nov 14, 2003 10:36 am
Contact:

addMeshSceneNode() problem

Post by corban »

hi there,

i created an SMesh with some mesh buffers holding the geometry. when i want to add it via SceneManager with the addMeshSceneNode() method i get a segsegv in the CMeshSceneNode::getBoundingBox() method. i called recalculateBoundingBox() on the buffers and on the mesh, and i can get the bounding box myself.

when i use addOctTreeSceneNode() it works.

any hints?

greets,
corban
Post Reply