GitXplorerGitXplorer
W

three-orthographic-trackball-controls

public
2 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
a4fedada9f902f32d52dcd98b9e77e20a5dc57bb

Allow bound events to be toggled on/off

WWhoaa512 committed 8 years ago
Unverified
c303d82c26fbc01e5159129d0de80c159dd29a04

79.0.1

WWhoaa512 committed 8 years ago
Unverified
2411a4658a25a145ba48a733c9081abe0cfe00ae

add three as peer dependency

WWhoaa512 committed 8 years ago
Unverified
500247040829dc91c8c06164c6bdd361077df48e

initial

WWhoaa512 committed 8 years ago

README

The README file for this repository.

three-orthographic-trackball-controls

@egraether's THREE.OrthographicTrackballControls as an npm package

Install

npm install --save three three-orthographic-trackball-controls

Usage

const THREE = require('three') // required peer dependency
require('three-orthographic-trackball-controls')

const controls = new THREE.OrthographicTrackballControls(camera, domElement)

Versioning

This package uses an unusual versioning system to better support ThreeJS's (lack of) versioning. The major version of this repo will line up with ThreeJS breaking releases (69.0.0 => r69). Often the module will continue to work (i.e. 69.0.0 should work with r70).

The minor will be reserved for any new features, and patch for bug fixes and documentation/readme updates. In some rare cases, a minor feature may introduce a breaking change; so it's generally safest to use tilde or --save-exact for this module.

If you see any version issues, open a ticket!