java - Load third-party Ogre 3D xml model in jmonkeyengine? -


I'm trying to load a model that comes with the WorldFrog 3D model. When I'm doing this but this is an exception and I think that the program is not model or texture can be found:

  com.jme3.asset.AssetNotFoundException: objects / creatures / ghosts / Ghost Com.jme3.asset.DesktopAssetManager.loadAsset at .mesh.xml com.jme3.asset.DesktopAssetManager.loadModel (DesktopAssetManager.java:410) at com.jme3.asset.DesktopAssetManager.loadModel (DesktopAssetManager.java:277) Desktop Asset Manager Java: 420) adventure.Main.simpleInitApp (Main.java:110) com.jme3.app.SimpleApplication.initialize (SimpleApplication.java:225) on com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread (LwjglAbstractDisplay Java: 129) com.jme3.system.lwjgl.LwjglAbstractDisplay.run (LwjglAbstractDisplay.java : 205) at java.lang.Thread.run (Thread.java:679)   

The code that I want to run should import a ghost 1 < Pre> local model3 = assetManager.loadModel ("objects / creatures / ghost / goblin.mesh.xml");

Neither a complete path works. Can you help me?

Update

I found out that the Property NotfoundSpace has been resolved by linking the SQL path in the Eclipse Path to receive the asset folder. Now I can load the net, but this texture and content is missing:

here Enter the image details

Have you properly configured the project under eclipse? See the section "Set up dependencies"

Comments