mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-31 11:40:47 +08:00
Changed BoundingBoxHelper constructor
This commit is contained in:
Vendored
+1
-4
@@ -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 /////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user