Where could I find some sample source of Collision Detection Algorithm with picking system? I already use the standard behavior, and I use one Java pattern (supervisor) notying other objects when a collision is detected so I disable theirs behaviors. Anyways the standard collision behavior doesn´t seem very accurate. Thanks for advance. -----Original Message----- From: Justin Couch [mailto:[EMAIL PROTECTED]] Sent: martes 27 de febrero de 2001 11:03 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Java 3D's Collision Dectection Karen Dias wrote: > detection for complex worlds. I briefly looked on the net trying to > determine exactly what Java 3D does, didn't find anything significant. > Which collision detection algorithm does it implement and where can I read > about it? Sun's standard answer to this, and many other specification questions, is "we don't want to tell you because we might change it - and it doesn't really matter anyway". Naturally, many of us are very unhappy at this stance - there is not even a simple abstract architecuture document of how the API conceptually works. Very poor work IMNSHO. Basically, the general opinion of the list is that J3D's collision detection sucks for anything but trivial applications. Most people doing real work implement their own collision detection using the picking system. -- Justin Couch Author, Java Hacker http://www.vlc.com.au/~justin/ Java 3D FAQ Maintainer http://www.j3d.org/ J3D.org The Java 3D Community Site ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== 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". =========================================================================== 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".
Re: [JAVA3D] Java 3D's Collision Dectection
Illarramendi Amilibia, Aitor Tue, 27 Feb 2001 03:08:15 -0800
- [JAVA3D] Java 3D's Collision Dectection Karen Dias
- Re: [JAVA3D] Java 3D's Collision Dectect... Justin Couch
- Re: [JAVA3D] Java 3D's Collision Dectect... Illarramendi Amilibia, Aitor
- Re: [JAVA3D] Java 3D's Collision Dec... Justin Couch
- Re: [JAVA3D] Java 3D's Collision Dectect... Paul Byrne
- Re: [JAVA3D] Java 3D's Collision Dectect... Karen Dias
- Re: [JAVA3D] Java 3D's Collision Dectect... Kelvin Chung