Skip to content

Releases: Steditor/three-pointer-controls

0.6.0

18 Apr 09:48

Choose a tag to compare

Moves the repository and updates dependencies.

0.5.2

03 Jul 15:38

Choose a tag to compare

Fixes a bug in Animation, see #43

0.5.1

02 Jul 14:55

Choose a tag to compare

Adds support for enabling/disabling the mouse wheel for dollying

0.5.0

02 Jul 14:25

Choose a tag to compare

This release adds support for touch on multi-touch displays

Use one touch point for orbiting, perform a pinch gesture for dollying or use three fingers (or more) to pan the camera.

0.4.0

28 May 18:03

Choose a tag to compare

Add support for animations, includes auto-orbiting via #25

0.3.0

15 May 14:12

Choose a tag to compare

  • Update setup API, it now supports chaining (.control(camera).with(domElement))
  • Support arbitrary up vectors of the used camera (via #18)

0.2.0

13 May 14:25

Choose a tag to compare

Add support to set the controls with controls.set, set the home position with controls.setHome and to reset the controls to their home position with controls.reset.

0.1.0

13 May 09:31

Choose a tag to compare

First version of three-pointer-controls.

Supports mouse control for cameras with +y as up-vector.