Explorar o código

custom defines for pbr roughness and microsurface

lockphase %!s(int64=6) %!d(string=hai) anos
pai
achega
687b62d2ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }