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)
			
			
			
				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)
			
			
			
				found the cause: the object is added to world two times
			
			
			
				That should fail in the first place...i'll check it out.