Re: [JAVA3D] J3d Collision Detection Library

2003-08-14 Thread Silvère Martin-Michiellot
At 09:10 30/05/2003 -0700, you wrote: Zak Nixon wrote: Has anyone used the collision detection library from j3d.org? Yeah, me :) Can someone send me a snippet of code to make the collision detection behaviors work? To make it work, you need to make sure that you either clock it yourself with your

Re: [JAVA3D] J3d Collision Detection Library

2003-05-31 Thread Justin Couch
Justin Couch wrote: No. This is purely object to object collision. Bh... try again: purely viewer to object collision. -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer

Re: [JAVA3D] J3d Collision Detection Library

2003-05-31 Thread Justin Couch
Zak Nixon wrote: Has anyone used the collision detection library from j3d.org? Yeah, me :) Can someone send me a snippet of code to make the collision detection behaviors work? To make it work, you need to make sure that you either clock it yourself with your per-frame behaviours or that you use t

Re: [JAVA3D] J3d Collision Detection Library

2003-05-28 Thread Martin Frey
t; To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 8:28 PM Subject: [JAVA3D] J3d Collision Detection Library > Has anyone used the collision detection library from > j3d.org? > Can someone send me a snippet of code to make the collision detection > behaviors work? > Also, can the

[JAVA3D] J3d Collision Detection Library

2003-05-27 Thread Zak Nixon
Has anyone used the collision detection library from j3d.org? Can someone send me a snippet of code to make the collision detection behaviors work? Also, can these be used for i.e. 2 objects colliding, and not the viewer/objects? Thanks Zak