Login  Register

Collision Detection Bug in Java 3D 1.5.2

Posted by Christian on Oct 14, 2015; 6:03pm
URL: https://forum.jogamp.org/Collision-Detection-Bug-in-Java-3D-1-5-2-tp4035467.html

Hello,

I am dealing with collision detection in Java 3d (Version 1.5.2). I have two shapes with the associated collision bounding box. If these both bounding box intersects and a third shape intersects both bounding boxes with a new WakeupOnCollisionxxxxx(thirdShape) the collision of the first intersected bounding box will detected. For the second bounding box no detection occurs.

I am not sure but there should be a detection for the second box as well.

Thank you!
Christian