UNPKG
three-controls
Version:
latest (1.0.1)
1.0.1
1.0.0
ThreeJS controls as standalone
github.com/huangfengya/three-controls
huangfengya/three-controls
three-controls
/
src
/
typings
/
dragcontrols.d.ts
6 lines
(4 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Camera
,
Object3D
}
from
'three'
;
export
class
DragControls
{
constructor
(
objects: Object3D[], camera: Camera, domElement?: HTMLElement
); }