Andreas Ebbert wrote:
>
> Hi,
>
> Joerg Baus wrote:
>
> > it seems that Andreas isn't in the mood to share code. Here is the
>
> If you followed the discussions about the MouseRotators you would have seen
> that I certainly am in the mood of sharing code. But only if I do have code to
> share. I don't have the time to create a demo-program.
Mea maxima culpa!
>
> //throw the pick ray into scene and all leaf shapes under the pick root
> //don't forget to set capability bits ;-)
>
> Well the tricky part is commented out ;-)
>
Here is the tricky part ;-)
For every shape you want to pick, you have to set the following capability bit,
before the shape is live.
Geometry geom = shape.getGeometry();
geom.setCapability(Geometry.ALLOW_INTERSECT);
Joerg
--
http://w5.cs.uni-sb.de/~baus
Email : [EMAIL PROTECTED]
Phone : +49-681-302-2016
Fax : +49-681-302-4136
===========================================================================
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".