📖 INDEX
LOADING ENGINE...
TransformControls
THREE.JS REFERENCE // transformcontrols
This class can be used to transform objects in 3D space, similar to tools in 3D editors.
Syntax
const controls = new TransformControls(camera, renderer.domElement);Examples
Example 01Basic Usage
const controls = new TransformControls(camera, renderer.domElement);Best Practices
- Consult the official Three.js documentation for deeper understanding.
- Be mindful of performance when creating many objects or geometries.