Skip to content

Commit

Permalink
Merge pull request #18231 from vicapow/patch-1
Browse files Browse the repository at this point in the history
TransformControls: Add domElement property.
  • Loading branch information
mrdoob authored Dec 22, 2019
2 parents 92dc66d + 50601c1 commit 9ee686c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/js/controls/TransformControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ THREE.TransformControls = function ( camera, domElement ) {
THREE.Object3D.call( this );

this.visible = false;
this.domElement = domElement;

var _gizmo = new THREE.TransformControlsGizmo();
this.add( _gizmo );
Expand Down

0 comments on commit 9ee686c

Please sign in to comment.