dkushner / three-editor-controls

Modularized editor controls for three.js.
MIT License
6 stars 0 forks source link

three-editor-controls

Modularized editor controls for three.js.

Use

import * as THREE from 'threejs'
import EditorControls from 'three-editor-controls'

EditorControls(THREE)

const controls = new THREE.EditorControls(camera, renderer.domElement)