mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update three.d.ts
http://threejs.org/docs/#Reference/Extras.Helpers/BoundingBoxHelper .box property type is THREE.Box3, not the array. Seems mistake.
This commit is contained in:
Vendored
+1
-1
@@ -5613,7 +5613,7 @@ declare module THREE {
|
||||
constructor(object: Object3D, hex?: number);
|
||||
|
||||
object: Object3D;
|
||||
box: Box3[];
|
||||
box: Box3;
|
||||
|
||||
update(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user