How to use the TransformControlsGizmo function from three
Find comprehensive JavaScript three.TransformControlsGizmo code examples handpicked from public code repositorys.
8 9 10 11 12 13 14 15 16 17
domElement = ( domElement !== undefined ) ? domElement : document; this.visible = false; var _gizmo = new THREE.TransformControlsGizmo(); this.add( _gizmo ); var _plane = new THREE.TransformControlsPlane(); this.add( _plane );
0
12
0
+ 3 other calls in file
three.Vector3 is the most popular function in three (22341 examples)