Hello,
Could use some help here...
I'm loading an obj scene, and setting the intersect capability with:
myscene.getSceneGroup().setCapability(Geometry.ALLOW_INTERSECT)
which I know isn't quite right because I need to set ALLOW_INTERSECT on my
Shape3D geometry, hence my error:
javax.media.j3d.CapabilityNotSetException: Shape3D: no capability to allow
intersect
So, how the heck do I set the capability on the geometry? I can get the node, but
from there...
Thanks in advance.
-Ed
===========================================================================
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".