mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-13 12:20:12 +08:00
Added transformcontrols and missing fields
This commit is contained in:
Vendored
+3
@@ -5673,6 +5673,7 @@ declare module THREE {
|
||||
|
||||
export class BoundingBoxHelper extends Mesh {
|
||||
constructor(object: Object3D, hex?: number);
|
||||
constructor();
|
||||
|
||||
object: Object3D;
|
||||
box: Box3;
|
||||
@@ -5791,6 +5792,8 @@ declare module THREE {
|
||||
export class WireframeHelper extends Line {
|
||||
constructor(object: Object3D, hex?: number);
|
||||
|
||||
object: Object3D;
|
||||
|
||||
}
|
||||
|
||||
// Extras / Objects /////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user