Can't export Blender model for use in jMonkeyEngine SDK
Posted
by
Nathan Sabruka
on Game Development
See other posts from Game Development
or by Nathan Sabruka
Published on 2012-06-10T18:24:35Z
Indexed on
2012/06/10
22:48 UTC
Read the original article
Hit count: 263
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 exporter to create .scene and .material files. This gives me, for example, a civ1.scene file and a white.material file.
However, when I then try to import civ1.scene into the jMonkeyEngine SDK, I get an error along the lines of "Cannot find material file 'civ1.material'". Like I said, I have a white.material file, but I do not have a civ1.material file. Did anyone encounter this problem? How do I fix this?
© Game Development or respective owner