halfzebra / elm-aframe

:sunglasses: A-Frame bindings for Elm
http://package.elm-lang.org/packages/halfzebra/elm-aframe/latest
29 stars 12 forks source link

WIP: Vec3 #18

Closed gabrielperales closed 7 years ago

gabrielperales commented 7 years ago

I switched the API from floats to vec3... but I'm not sure if I like it. We should discuss if this approach is better than using floats.

gabrielperales commented 7 years ago

I'm no sure if I prefer Vec3 over the simplicity of the Float -> Float -> Float API.