Can we no longer put OrientedShape3Ds into SharedGroups?
I had this running under the Java 3D 1.2 (release). But now I get:
java.lang.NullPointerException
at
javax.media.j3d.NodeRetained.getCurrentLocalToVworld(NodeRetained.java:415)
at
javax.media.j3d.OrientedShape3DRetained.updateOrientedTransform(OrientedShape3DRetained.java:260)
at javax.media.j3d.RenderBin.updateOrientedRAs(RenderBin.java:4386)
at javax.media.j3d.MasterControl.runMonitor(MasterControl.java:2814)
at javax.media.j3d.MasterControl.doWork(MasterControl.java:2586)
at javax.media.j3d.MasterControlThread.run(MasterControlThread.java:28)
If I replace the OrientedShape3D with a ColorCube it works just fine.
- John Wright
Starfire Research
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".