Popov72 5 年之前
父节点
当前提交
6ba56832d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Materials/PBR/pbrSheenConfiguration.ts

+ 1 - 1
src/Materials/PBR/pbrSheenConfiguration.ts

@@ -77,12 +77,12 @@ export class PBRSheenConfiguration {
     @expandToProperty("_markAllSubMeshesAsTexturesDirty")
     public roughness: Nullable<number> = null;
 
+    private _albedoScaling = false;
     /**
      * If true, the sheen effect is layered above the base BRDF with the albedo-scaling technique.
      * It allows the strength of the sheen effect to not depend on the base color of the material,
      * making it easier to setup and tweak the effect
      */
-    private _albedoScaling = false;
     @serialize()
     @expandToProperty("_markAllSubMeshesAsTexturesDirty")
     public albedoScaling = false;