2
0
Эх сурвалжийг харах

Merge pull request #17689 from xawill/dev

Fix TS files for SelectionBox
Michael Herzog 5 жил өмнө
parent
commit
6545e91c7b

+ 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;