Melina Alberio wrote:
Hi,
I need to detect collision between Vrml Objects. Could
someone help me please?
Thanks, Melina
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
===========================================================================
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".
I've got some code which detects collisions between Java3D objects,
without using the built-in version which is pretty poor. I can dig it
out for you.
Essentially, what it does is look at all objects of interest and see if
their bounding boxes/ spheres etc. overlap. I got the main approach
from Selman's book of Java3D. Well worth the money for the electronic
version.
Tony
===========================================================================
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".