>X-Authentication-Warning: forest.owlnet.rice.edu: druths owned process doing -bs
>X-Sender: [EMAIL PROTECTED]
>MIME-Version: 1.0
>Date: Mon, 26 Jun 2000 17:31:13 -0500
>From: Derek Augustus Ruths <[EMAIL PROTECTED]>
>Subject: [JAVA3D] Shape3D capability problem
>To: [EMAIL PROTECTED]
>
>        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!
>

Please set the follow capability for the geometry under shape3D

Geometry.ALLOW_INTERSECT

- Kelvin
--------------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
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".

Reply via email to