Hello everybody!
I have a problem with collision in java3D.
I use WakeupOnCollisionEntry. It’s ok if an object collides an other.
But if an object collides with a series of other objects, only the first collision is detected…
I have found a message which explain that impossible :
http://www.mail-archive.com/java3d-interest@java.sun.com/msg18393.html
How can I do to have a good collision with more that two object?
Thank you!