Преглед на файлове

Merge pull request #16533 from Mugen87/dev32

TS: Fix type of .normalScale for MeshStandardMaterial.
Michael Herzog преди 6 години
родител
ревизия
249b45658c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/materials/MeshStandardMaterial.d.ts

+ 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;

粤ICP备19079148号