Tagged Questions

0
votes
0answers
117 views

Models with more than one mesh in JMonkeyEngine

I’m a new jmonkey engine developer and I’m beginning to import models. I tried to import simple models and no problems appeared, but when I export some obj models having more than one mesh in the ...
1
vote
1answer
660 views

Correct way to export from blender to ogre format?

My question here is similar to this since I'm using jmonkeyengine and I'm looking for models and scenes to populate my 3D world Open-source 3D models easily usable in OGRE3D/jMonkeyEngine When I ...
3
votes
1answer
446 views

Can't export Blender model for use in jMonkeyEngine SDK

I have a scene rendered in blender called "civ1.blend" which contains multiple materials (for example, I have one called "white"). I want to use this model in jMonkeyEngine, so I used the OGRE ...