Explorar o código

Fix TS files for SelectionBox

Xavier Willemin %!s(int64=6) %!d(string=hai) anos
pai
achega
0c0915788c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/jsm/interactive/SelectionBox.d.ts

+ 1 - 1
examples/jsm/interactive/SelectionBox.d.ts

@@ -17,7 +17,7 @@ export class SelectionBox {
 	scene: Scene;
 	startPoint: Vector3;
 
-	select( startPoint: Vector3, endPoint: Vector3 ): Mesh[];
+	select( startPoint?: Vector3, endPoint?: Vector3 ): Mesh[];
 	updateFrustum( startPoint: Vector3, endPoint: Vector3 ): void;
 	searchChildInFrustum( frustum: Frustum, object: Object3D ): void;