jME3 - ogre sceneloading?

Hello,



I want to know if it is possible to use a scene.xml (ogre) and how.

I found a SceneLoader class but I didn’t find out how to use it.



Best regards,



rXp>!<

Its the same as loading any kind of model. You load it via assetManager.loadModel(“Models/MyScene.scene”);

And then I can get the child from the node ?

Yes. Try using jMP to open/convert the model, you can inspect the tree structure of a model easily with it.