mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Update three.d.ts
https://github.com/mrdoob/three.js/blob/master/src/objects/SkinnedMesh.js#L83
This commit is contained in:
2
threejs/three.d.ts
vendored
2
threejs/three.d.ts
vendored
@@ -4108,6 +4108,8 @@ declare module THREE {
|
||||
normalizeSkinWeights(): void;
|
||||
updateMatrixWorld(force?: boolean): void;
|
||||
clone(object?: SkinnedMesh): SkinnedMesh;
|
||||
|
||||
skeleton: Skeleton;
|
||||
}
|
||||
|
||||
export class Sprite extends Object3D {
|
||||
|
||||
Reference in New Issue
Block a user