Skip to content

Commit

Permalink
Renamed OrbitControls and updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao committed May 15, 2012
1 parent 3d84fd0 commit 368af7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extras/controls/OrbitControls.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author qiao / https://github.com/qiao * @author qiao / https://github.com/qiao
*/ */


THREE.OrbitalControls = function( object, domElement ) { THREE.OrbitControls = function( object, domElement ) {


this.object = object; this.object = object;
this.domElement = ( domElement !== undefined ? domElement : document ); this.domElement = ( domElement !== undefined ? domElement : document );
Expand Down
2 changes: 1 addition & 1 deletion utils/build.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
'extras/controls/FlyControls.js', 'extras/controls/FlyControls.js',
'extras/controls/RollControls.js', 'extras/controls/RollControls.js',
'extras/controls/TrackballControls.js', 'extras/controls/TrackballControls.js',
'extras/controls/OrbitalControls.js', 'extras/controls/OrbitControls.js',
'extras/geometries/CubeGeometry.js', 'extras/geometries/CubeGeometry.js',
'extras/geometries/CylinderGeometry.js', 'extras/geometries/CylinderGeometry.js',
'extras/geometries/ExtrudeGeometry.js', 'extras/geometries/ExtrudeGeometry.js',
Expand Down

0 comments on commit 368af7d

Please sign in to comment.