mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-21 00:28:23 +08:00
[@types/three]: Fix property compatibility.
This commit is contained in:
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@@ -5246,7 +5246,7 @@ export class Mesh extends Object3D {
|
||||
morphTargetInfluences?: number[];
|
||||
morphTargetDictionary?: { [key: string]: number; };
|
||||
isMesh: true;
|
||||
type: "Mesh";
|
||||
type: string;
|
||||
|
||||
setDrawMode(drawMode: TrianglesDrawModes): void;
|
||||
updateMorphTargets(): void;
|
||||
|
||||
Reference in New Issue
Block a user