Skip to content

v1.20.0

Compare
Choose a tag to compare
@0b5vr 0b5vr released this 09 Oct 12:20
· 571 commits to dev since this release

Apr 5, 2020

v1.19.1...v1.20.0


  • #88, #90: fitTo now makes camera look toward closest surface of the bounding box (@juliendargelos)
    • 🚨 Previous implementation have forced it look toward Z- regardless of its current orientation. If you want the previous behavior, call controls.rotateTo( 0.0, Math.PI / 2.0 ) right before using fitTo
  • #91: It no longer preventDefault s inside of wheel events when mouseButtons.wheel is set to ACTION.NONE (@jeanremy)