Skip to content

v0.2.0

Compare
Choose a tag to compare
@fallenoak fallenoak released this 24 May 17:45
· 15 commits to master since this release
v0.2.0

⚠ BREAKING CHANGES

  • update node support to require node 10 or later
  • update Matrix4 multiply to treat this as left-hand-side

Features

  • implement scaleByVector3 in Matrix4
  • implement rotateAroundX in Matrix4
  • implement identity in Matrix4
  • implement setElements in Matrix4
  • implement setElements in Vector3
  • add Matrix3

Bug Fixes

  • fix Quaternion type in docs
  • support new esm handling in node 12 and 14