Re: [JAVA3D] exception while picking

2002-02-01 Thread Olivier Tassy
] Sent: Friday, February 01, 2002 10:10 AM Subject: Re: [JAVA3D] exception while picking This error should result from the statement    obj.setCapability(Shape3D.ALLOW_GEOMETRY_READ);   I think you should set the capability when constructing the shape object

Re: [JAVA3D] exception while picking

2002-02-01 Thread Cheng Chang Dong
          - Original Message - From: Olivier Tassy To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 12:37 AM Subject: [JAVA3D] exception while picking Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: C

Re: [JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
. To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 5:39 PM Subject: Re: [JAVA3D] exception while picking You need to set all the relevent capabilities before adding the nodes to the scene graph.  This includes the ALLOW_GEOMETRY_READ and ALLOW_INTERSECT capabilities

Re: [JAVA3D] exception while picking

2002-01-30 Thread Yazel, David J.
ECTED]]Sent: Wednesday, January 30, 2002 11:37 AMTo: [EMAIL PROTECTED]Subject: [JAVA3D] exception while picking Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: Cannot modify capability bits on a live scene or compiled object" What

[JAVA3D] exception while picking

2002-01-30 Thread Olivier Tassy
Hi, I use the following code to perform a pick, but it returns "RestrictedAccessException: Cannot modify capability bits on a live scene or compiled object" What kind of setting do I need to avoid this?   many thanks in advance OLivier.          scene.setCapability(Node.ENABLE_P