From 98105f1e610ca52c6a3e636ca85be04e8d586e91 Mon Sep 17 00:00:00 2001 From: Stefan Profanter Date: Fri, 7 Aug 2015 09:23:58 +0200 Subject: [PATCH] Changed BoundingBoxHelper constructor --- threejs/three.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 993a228c3..826d6332f 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -5672,8 +5672,7 @@ declare module THREE { } export class BoundingBoxHelper extends Mesh { - constructor(object: Object3D, hex?: number); - constructor(); + constructor(object?: Object3D, hex?: number); object: Object3D; box: Box3; @@ -5792,8 +5791,6 @@ declare module THREE { export class WireframeHelper extends Line { constructor(object: Object3D, hex?: number); - object: Object3D; - } // Extras / Objects /////////////////////////////////////////////////////////////////////