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

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