In my code, I make the following call:
((Shape3D)n).intersect(path,_ray,dist)
Everything is appropriately valued so that no errors
result. However, I consistently receive the following exception:
javax.media.j3d.CapabilityNotSetException: Shape3D: no capability
to allow intersect
at javax.media.j3d.Shape3D.intersect(Shape3D.java:226)
...
I've looked all over the place and can't find mention of an
INTERSECT related capability. Does anyone know what capability I need to
enable in order for intersect to work? Thanks!
DereK
===========================================================================
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".