nphollon/collision

3D collision detection using OBBTree algorithm


License
Apache-2.0
Install
elm-package install nphollon/collision 3.0.2

Documentation

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.