mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Update three.d.ts
https://github.com/mrdoob/three.js/blob/master/src/objects/SkinnedMesh.js#L83
This commit is contained in:
Vendored
+2
@@ -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