Skip to content

Releases: yomotsu/camera-controls

v1.24.0

06 Sep 04:40

Choose a tag to compare

Sep 6, 2020

v1.22.0...v1.24.0


v1.22.0

09 Oct 15:23

Choose a tag to compare

Jun 8, 2020

v1.21.0...v1.22.0


  • 6663412, b94a572: Add first-person example
  • #98: Now we can use fitTo() even with OrthographicCamera

v1.21.0

09 Oct 12:42

Choose a tag to compare

Apr 13, 2020

v1.20.2...v1.21.0


  • #94, 0f994dd: Exposed properties: distance, azimuthAngle, and polarAngle
  • 774fc57: Add contributors section on README
  • 98528d3: Add setters for distance, azimuthAngle, and polarAngle
  • 9e313ed: Add an easing example

v1.20.2

09 Oct 12:36

Choose a tag to compare

Apr 6, 2020

v1.20.1...v1.20.2


  • 4db8f93: toJSON() and fromJSON(): zoom0 was not working properly, fixed this

v1.20.1

09 Oct 12:34

Choose a tag to compare

Apr 6, 2020

v1.20.0...v1.20.1


  • #92: toJSON() and fromJSON() now comes with zoom (@paulmelnikow)
  • a805b41: toJSON() and fromJSON() now comes with minZoom, maxZoom, and zoom0

v1.20.0

09 Oct 12:20

Choose a tag to compare

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)

v1.17.0

01 Jan 01:50

Choose a tag to compare