Skip to content

Releases: Steditor/three-pointer-controls

0.6.0

Choose a tag to compare

@Steditor Steditor released this 18 Apr 09:48

Moves the repository and updates dependencies.

0.5.2

Choose a tag to compare

@Steditor Steditor released this 03 Jul 15:38

Fixes a bug in Animation, see #43

0.5.1

Choose a tag to compare

@Steditor Steditor released this 02 Jul 14:55

Adds support for enabling/disabling the mouse wheel for dollying

0.5.0

Choose a tag to compare

@Steditor Steditor released this 02 Jul 14:25

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

Choose a tag to compare

@Steditor Steditor released this 28 May 18:03

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

0.3.0

Choose a tag to compare

@Steditor Steditor released this 15 May 14:12
  • Update setup API, it now supports chaining (.control(camera).with(domElement))
  • Support arbitrary up vectors of the used camera (via #18)

0.2.0

Choose a tag to compare

@Steditor Steditor released this 13 May 14:25

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

Choose a tag to compare

@Steditor Steditor released this 13 May 09:31

First version of three-pointer-controls.

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