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