Hi ,
i run the build.xml file under the trunk folder after downloading it through svn
the build is successfull but it doesn’t create the sdk executable, and i don’t
see and target that does this in the build, how can i do?
run the zip target or run the app using the run target
Thank you Normen
You are aware that you can run nightly builds right from the SDK? Just enable the nightly update center.
wooow that’s very interesting, i didn’t know this,
actually i need the navigation map funcionality i am running it through code
but it’s slowing down the runtime.
thank you again
The navmesh plugin is also in the stable distribution now, you just need to install the plugin. No need to use nightly.
Ah,
i am trying to run it now and i receive this strange error trying to create the navmesh using the rootnode
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:512)
at java.nio.DirectFloatBufferU.put(DirectFloatBufferU.java:270)
at jme3tools.optimize.GeometryBatchFactory.doTransformTangents(GeometryBatchFactory.java:81)
at jme3tools.optimize.GeometryBatchFactory.mergeGeometries(GeometryBatchFactory.java:214)
at com.jme3.gde.nmgen.wizard.NewNavMeshWizardAction.doCreateSpatial(NewNavMeshWizardAction.java:81)
at com.jme3.gde.core.sceneexplorer.nodes.actions.AbstractNewSpatialWizardAction$1$1.call(AbstractNewSpatialWizardAction.java:73)
at com.jme3.gde.core.sceneexplorer.nodes.actions.AbstractNewSpatialWizardAction$1$1.call(AbstractNewSpatialWizardAction.java:70)
[catch] at com.jme3.app.AppTask.invoke(AppTask.java:142)
at com.jme3.app.Application.update(Application.java:581)
at com.jme3.gde.core.scene.SceneApplication.update(SceneApplication.java:267)
at com.jme3.system.awt.AwtPanelsContext.updateInThread(AwtPanelsContext.java:157)
at com.jme3.system.awt.AwtPanelsContext.access$100(AwtPanelsContext.java:13)
at com.jme3.system.awt.AwtPanelsContext$AwtPanelsListener.update(AwtPanelsContext.java:37)
at com.jme3.system.lwjgl.LwjglOffscreenBuffer.runLoop(LwjglOffscreenBuffer.java:123)
at com.jme3.system.lwjgl.LwjglOffscreenBuffer.run(LwjglOffscreenBuffer.java:147)
at java.lang.Thread.run(Thread.java:662)
I suspect because you now updated to nightly? ^^
Ok i installed the plugin on the stable build i will let you know how it goes,
thank you again.