Releases: c-frame/aframe-cursor-teleport
Releases · c-frame/aframe-cursor-teleport
1.6.0
What's Changed
- Update examples to aframe 1.6.0 by @vincentfretin in #68
- Add an enabled property to be able to disable the event listeners by @vincentfretin in #69
- Add new default blue cursor cylinder by @vincentfretin in #70
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- Add teleportTo API (closes #55) by @vincentfretin in #63
- Add support to change the size of the default plane by @vincentfretin in #64
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- Fix isValidNormalsAngle to take into account plane rotation by @vincentfretin in #62
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Fix example in README that used
navigator
instead ofcursor-teleport
by @vincentfretin in #59 - Add support for
navigation-start
andnavigation-end
events and example of using the events to disablesimple-navmesh-constraint
during navigation transition by @vincentfretin in #60 - Simplify code by using
Vector3.lerpVectors
by @vincentfretin in #61
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Fix visibility of cursor on iPad and VR by @vincentfretin in #57
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
- Import RAD2DEG from THREE.MathUtils by @vincentfretin #36
- Calculate travel speed based on delta time by @vincentfretin #37
- Don't recreate the PlaneGeometry each time by @vincentfretin #38
- Set cameraRig end position when transition is finished by @vincentfretin #39
- Remove global teleporter variable and use proper aframe component idioms, implement play pause remove, avoid object and array allocations when possible by @vincentfretin in #40
- Fix vec3 default value warning by @vincentfretin in #41
- Update examples to use blink-controls and aframe 1.4.1 by @kfarr in #50
- Upgrade build tools to latest webpack and now create a minified build without eval by @vincentfretin
New Contributors
- @vincentfretin made their first contribution in #40
- @kfarr made their first contribution in #50