ianmackenzie / elm-3d-scene

A high-level 3D rendering engine for Elm, with support for lighting, shadows, and realistic materials.
https://package.elm-lang.org/packages/ianmackenzie/elm-3d-scene/latest/
Mozilla Public License 2.0
207 stars 27 forks source link

Update Physics example #31

Closed w0rm closed 4 years ago

w0rm commented 4 years ago

Opened this PR just to show how the Physics example would look like with the new elm-physics version.

The big cut is removing toFrame and units to floats conversion. I also used coordinate systems from Physics.Coordinates.

w0rm commented 4 years ago

Closing in favour of https://github.com/ianmackenzie/elm-3d-scene/pull/34