2
0
Эх сурвалжийг харах

TS: Fix type of .normalScale for MeshStandardMaterial.

Mugen87 6 жил өмнө
parent
commit
bf7afd5086

+ 1 - 1
src/materials/MeshStandardMaterial.d.ts

@@ -56,7 +56,7 @@ export class MeshStandardMaterial extends Material {
   bumpScale: number;
   normalMap: Texture | null;
   normalMapType: NormalMapTypes;
-  normalScale: number;
+  normalScale: Vector2;
   displacementMap: Texture | null;
   displacementScale: number;
   displacementBias: number;