Collision
A 3D collision-detection library for Elm. For use with nphollon/geo3d.
This library uses the OBBTree algorithm. It is designed to work well for rigid objects — objects that move and rotate in 3D space, but do not change their shape.
3D collision detection using OBBTree algorithm
elm-package install nphollon/collision 1.0.0
A 3D collision-detection library for Elm. For use with nphollon/geo3d.
This library uses the OBBTree algorithm. It is designed to work well for rigid objects — objects that move and rotate in 3D space, but do not change their shape.