/collision

A 3D collision-detection library for Elm.

Primary LanguageElmApache License 2.0Apache-2.0

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.