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:
Eugene
2015-03-03 02:26:03 +06:00
parent bb465f2cc7
commit c4e849a93d

2
threejs/three.d.ts vendored
View File

@@ -5613,7 +5613,7 @@ declare module THREE {
constructor(object: Object3D, hex?: number);
object: Object3D;
box: Box3[];
box: Box3;
update(): void;
}