I seem to have some problems when setting up a WakeUpOnCollisionEntry when using the constructor
 
public WakeupOnCollisionEntry(Bounds armingBounds)
 
I have made sure that the bounds is not null but I seem to get the error
 
java.lang.NullPointerException
        at javax.media.j3d.CollisionThread.start_traverse(Compiled Code)
        at javax.media.j3d.CollisionThread.updateCollisionState(Compiled Code)
        at javax.media.j3d.CollisionThread.run(Compiled Code)
Does anyone know what the problem is as I have tried this with a Node and it works fine it's just when it's done with the bounds constructor.
 
Your help is much appreciated
 
Anish :-)

Reply via email to