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

Add raycaster attribute to cursor and text primitive #14

Closed SebastianMuszynski closed 7 years ago

SebastianMuszynski commented 7 years ago
  1. Would be great to be able to use raycaster attribute.

Ref: https://aframe.io/docs/0.5.0/components/cursor.html#configuring-the-cursor-through-the-raycaster-component

  1. Added missing text primitive.

Please ignore the previous PR (already closed) as I have messed something up with the commits.

halfzebra commented 7 years ago

@SebastianMuszynski thanks for the PR!

Merged 👍

SebastianMuszynski commented 7 years ago

@halfzebra Awesome! Could you bump the package version? Elm is still installing the package without those changes (unless I'm doing something wrong?).

halfzebra commented 7 years ago

@SebastianMuszynski I have bumped the version of the package so you could use the new stuff! 🎉

SebastianMuszynski commented 7 years ago

Amazing, thanks! 😎