Hi,

I have a scene graph with a structure of many lines, I want to pick the
lines.
I use PickCanvas with setMode(GEOMETRY_INTERSECT_INFO).

In certaine cases, where the coordinate values are too small ( = the line
lengths are too small, ex: 0.001 )
the picking behavior does not work well : it picks a line that is far away
from the cursor, it does not pick the good line at the cursor.
If I multiply each coordinate value by 1000 for exemple, the picking is
OK !!
(But if the user gives lines long enough, I don't want to do this
multiplication automatically...)

Have you got any ideas? Thanks.

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