i have looked at lots of web sites for code concerning collision detection, but it means very little to me. i'm loading an object into a java3D scene in the form of a building that you can walk through, i.e. a virtual computer science department. i need to prevent the viewer from moving through walls but i don't know how to do it. if anyone can help by sending some coded examples of loaded objects with collision detection, it would prove extremely useful to me thanks in advance, joe
----- Original Message ----- From: "Brandon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 8:18 PM Subject: Re: [JAVA3D] implementing collision detection > Have you looked at http://www.j3d.org > Specifically: > http://www.j3d.org/tutorials/collision/index.html > > or the code in http://code.j3d.org/ > > --- JOSEPH ROSS JEYNES <[EMAIL PROTECTED]> wrote: > > hi everyone. > > i'm developing a virtual environment for my major > > degree project. > > i'm importing the geometry of a building from a > > wavefront obj using a > > loader. > > i need to implement collision detection so that the > > viewer canot go through > > the walls of the object. > > i'm struggling to do it myself and would appreciate > > someone looking at my > > code below and showing me how to do it. many thanks, > > joe > > > === message truncated === > > > ===== > See you later, > > > Brandon > ------------------------------- > "Don't take it too seriously it's just life we'll win in the end." Superchic[k] > > __________________________________________________ > Do you Yahoo!? > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! > http://platinum.yahoo.com > > =========================================================================== > 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".
