Merge pull request #1719 from rmoudy/patch-1

Update three.d.ts
This commit is contained in:
Bart van der Schoor
2014-02-21 17:05:38 +01:00

6
threejs/three.d.ts vendored
View File

@@ -1856,6 +1856,12 @@ declare module THREE {
static defaultEulerOrder: string;
// static defaultEulerOrder:EulerOrder;
/**
* An object that can be used to store custom data about the Object3d.
* It should not hold references to functions as these will not be cloned.
*/
userData: any;
}
var Object3DIdCount: number;