Oriented Bounding Box
问题 I am using jmonkeyengine 3 and i have been struggling for days to implement a collision detection for a moving plane/box with other spatials. Finally i read in the collision_and_intersection tutorial (jme hub) that the BoundingBox does’t rotate and also that Oriented bounding box is not supported yet. I searched the jme forum but i found very old posts for OBB class that doesn’t exists in JME3. How can i solve this problem, what are my options? Thanks in advance, any help is much appreciated.