Scene export from blender 2.65 works. I can see whole scene added to the rootNode but how I can access elements of this scene. I have tryied scene.getChild(‘name’) but It trows error. How I can access scene children and what are the names of it. Blender Objects names or meshes names? I have tryied many times always with an error.
I’ll try a scene with blender 2.66 and see what’s the issue. I have no issues with mesh.xml files and this version of blender.
You can explore your j3o in the sdk. Open it and the structure should be displayed in the scene explorer window (bottom left). Else you can traverse the scene graph and diplay the names of every spatial you come across.
I can export scene from blender 2.66a to SDK. In Jmonky I can attachChild to rootNode. In simple loop updater I can’t rotate my model event if I set a protected variable in class body. How I get access to may model from simplelooop updater? Each time if I put myModel.rotate(.1f,.1f,0f); it throws an error. I am following basic tutorials but maybe I can’t get it. Any help will a big help for me.