julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
293 Bytes
import { Object3D } from './../core/Object3D';
import { Box3 } from './../math/Box3';
import { Color } from './../math/Color';
import { LineSegments } from './../objects/LineSegments';
export class Box3Helper {
constructor(object?: Object3D, color?: Color);
type: string;
box: Box3;
}