diff --git a/threejs/three-orthographictrackballcontrols.d.ts b/threejs/three-orthographictrackballcontrols.d.ts index ff40a132a0..259b51e7cc 100644 --- a/threejs/three-orthographictrackballcontrols.d.ts +++ b/threejs/three-orthographictrackballcontrols.d.ts @@ -27,6 +27,8 @@ declare module THREE { dynamicDampingFactor:number; keys:number[]; + target: THREE.Vector3; + position0: THREE.Vector3; target0: THREE.Vector3; up0: THREE.Vector3;