I need to remove one object from the scene graph imported by Assimp and I can't. I've tried to change aiScene.h including a method called DelNode and I can“t. How can I do it - is it possible?
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
No, it is not. You are not permitted to modify the scene that assimp returns to you (it is Assimp's data structures should not be used for rendering etc. instead, you should copy their contents to your own data structures appropriate to your environment. When designing Assimp, we explicitly designed it to be only usable for importing. It's not a scenegraph library. [That said, if you |
|||
|
|
