er" <[EMAIL PROTECTED]>
>Subject: [JAVA3D] can't detect multiple collisions
>To: [EMAIL PROTECTED]
>MIME-version: 1.0
>Content-transfer-encoding: quoted-printable
>Delivered-to: [EMAIL PROTECTED]
>
>Hi there,
>
>I have a problem with collision detection. If an o
Hi there,
I have a problem with collision detection. If an objects collides with a
series of other objects,
only the first collision gets reported.
For example:
object X hits A --> WakeupOnCollisionEntry A
hits B while still intersecting A --> nothing happens
leaves A while still intersecting