mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08: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:
2
threejs/three.d.ts
vendored
2
threejs/three.d.ts
vendored
@@ -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