ryerrabelli / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Collisions between bounding volumes and/or rays not possible #423

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try using collideWith() between rays or other bounding volumes

What is the expected output? What do you see instead?
The collision should be computed, instead an UnsupportedCollisionException is 
thrown.
The implementation of the collideWith() method on bounding volumes doesn't take 
into account collisions with other rays or bounding volumes

Original issue reported on code.google.com by ShadowIs...@gmail.com on 15 Nov 2011 at 1:32