瀏覽代碼

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;