Browse Source

TS: Add missing method/fix return type in OrbitControl.d.ts

flocculus-admin 6 years ago
parent
commit
5331e2a6e8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      examples/jsm/controls/OrbitControls.d.ts

+ 3 - 1
examples/jsm/controls/OrbitControls.d.ts

@@ -142,7 +142,9 @@ export class MapControls {
 
 	dollyOut(dollyScale: number): void;
 
-	update(): void;
+	update(): boolean;
+
+	saveState(): void;
 
 	reset(): void;