Show value annotations during drag.
Array with object's children.
Whether gizmo materials use depth testing. false = always visible through objects.
When true, gizmo maintains constant screen size regardless of camera distance (default).
Searches through an object and its children, starting with the object itself, and returns the first with a matching id.
Unique number of the object instance. Expects a Integer
Searches through an object and its children, starting with the object itself, and returns the first with a matching name.
String to match to the children's Object3D.name property.
Searches through an object and its children, starting with the object itself, and returns the first with a property that matches the value given.
the property name to search for.
value of the given property.
Scale multiplier for the gizmo, same as TransformControls 'size'. Applied per-frame.
Object's parent in the scene graph.
OptionalrotationOptionalscaleDispatches 'objectUpdate' event on object.
Coordinate space for transformations. 'world' or 'local'.
OptionaltranslationSnap values when shift is held. Set to null to disable snapping for that transform.
Executes the callback on this object and all descendants.
Executes the callback on all ancestors.
Like traverse, but the callback will only be executed for visible objects
When true, alt/option+drag on a scale sphere applies uniform scale.
StaticObject
Extended PivotControls implementing threepipe's IWidget interface.