mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[@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:
Vendored
+2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user