Added transformcontrols and missing fields

This commit is contained in:
Stefan Profanter
2015-08-04 13:45:01 +01:00
parent 8c459416bf
commit dccc81ea05
3 changed files with 27 additions and 1 deletions
+3
View File
@@ -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 /////////////////////////////////////////////////////////////////////