Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 265 Bytes

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)