Hi,
I had a lot of work but Iam finaly back ^^
At first I tried to compare the Objectloader from Java3D with the one from Xith.
In J3D it is simple said load(xy) ... returns scene -> attach it to the TranformGroup and it works
Xith now offers loadScene and loadModel. To compare it I use loadScene... and than I got an Exception:
java.lang.ArrayIndexOutOfBoundsException: 2
at org.xith3d.loaders.models.impl.obj.FaceList$Face.configure(FaceList.java:267)
at org.xith3d.loaders.models.impl.obj.FaceList.build(FaceList.java:206)
at org.xith3d.loaders.models.impl.obj.OBJGroup.build(OBJGroup.java:62)
at org.xith3d.loaders.models.impl.obj.OBJLoader.load(OBJLoader.java:165)
at org.xith3d.loaders.models.impl.obj.OBJLoader.loadScene(OBJLoader.java:270)
at org.xith3d.loaders.models.impl.obj.OBJLoader.loadScene(OBJLoader.java:307)
I don't know how to handle this because I used only ''scene = (Scene) ofl.loadScene("test.obj");'' ...there is nothing else...
I know that it works a few weeks ago...