From 2f71e51796b16d18a48fb1718fb01aecb1a4db63 Mon Sep 17 00:00:00 2001 From: yutopp Date: Wed, 27 Aug 2014 20:19:47 +0900 Subject: [PATCH] Update three.d.ts https://github.com/mrdoob/three.js/blob/master/src/objects/SkinnedMesh.js#L83 --- threejs/three.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 2eb17c19b4..cddaf7b0f1 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -4108,6 +4108,8 @@ declare module THREE { normalizeSkinWeights(): void; updateMatrixWorld(force?: boolean): void; clone(object?: SkinnedMesh): SkinnedMesh; + + skeleton: Skeleton; } export class Sprite extends Object3D {