[@types/three] Adds morphTargetInfluences and morphTargetDictionary to mesh on three-core.d.ts (#20490)

* Adds morphTargetInfluences and morphTargetDictionary to mesh class

* Replaces morphTargetDictionary object type in three-core.d.ts
This commit is contained in:
neukym
2017-10-13 15:08:35 -07:00
committed by Wesley Wigham
parent ee3de0d55e
commit 2d3eb914e5
+2
View File
@@ -4837,6 +4837,8 @@ export class Mesh extends Object3D {
geometry: Geometry|BufferGeometry;
material: Material | Material[];
drawMode: TrianglesDrawModes;
morphTargetInfluences?: number[];
morphTargetDictionary?: { [key: string]: number; };
setDrawMode(drawMode: TrianglesDrawModes): void;
updateMorphTargets(): void;