فهرست منبع

custom defines for pbr roughness and microsurface

lockphase 6 سال پیش
والد
کامیت
687b62d2ab
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      materialsLibrary/src/custom/pbrCustomMaterial.ts

+ 1 - 1
materialsLibrary/src/custom/pbrCustomMaterial.ts

@@ -220,7 +220,7 @@ export class PBRCustomMaterial extends PBRMaterial {
         return this;
     }
     
-	public Fragment_Before_Fog(shaderPart: string): PBRCustomMaterial {
+    public Fragment_Before_Fog(shaderPart: string): PBRCustomMaterial {
         this.CustomParts.Fragment_Before_Fog = shaderPart;
         return this;
     }