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;
fork icon0
star icon12
watch icon0

+ 3 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)