Skip to content

1.1.1

Compare
Choose a tag to compare
@vincentfretin vincentfretin released this 14 Apr 15:54
· 32 commits to master since this release

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