We occasionally see these Exceptions:
java.lang.ClassCastException: javax.media.j3d.GeometryAtom
at
javax.media.j3d.TransformGroupRetained.setTransform(TransformGroupRetained.java:161)
at
javax.media.j3d.TransformGroup.setTransform(TransformGroup.java:111)
at
. . .
We can not generate them consistently nor can we write a short
program to generate them. They seem to occur when one Thread is
calling TransformGroup.setTransform() and another Thread is
making scene graph updates (attaching and detaching BranchGroups).
Possibly more than one Thread making scene graph updates.
Any ideas what's wrong?
Thanks,
Bill Hibbard
[EMAIL PROTECTED]
===========================================================================
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".