NullPointerException @ Object3D.transformVertices

Started by raft, July 04, 2010, 11:40:07 PM

Previous topic - Next topic

raft

this happens after an Object3D is removed from the world. if i also make the object invisible, no exception is thrown. no big deal indeed.
happens on both versions (desktop and AE)

Exception in thread "main" java.lang.NullPointerException
at com.threed.jpct.Object3D.transformVertices(Unknown Source)
at com.threed.jpct.World.renderScene(Unknown Source)

raft

android stack trace. line numbers may help

java.lang.NullPointerException
at com.threed.jpct.Object3D.transformVertices(Object3D.java:5459)
at com.threed.jpct.World.renderScene(World.java:1035)

raft

found the cause: the object is added to world two times

EgonOlsen

That should fail in the first place...i'll check it out.