2022/1/21

Fresnel reflections 默认值为1.6

皮革材质金属度优化

优化前:DR(0-1) 3D(0.1-1)
mt.reflection_metalness = (金属度*0.9)+0.1
优化后:DR(0-1) 3D(0-1)
mt.reflection_metalness = 金属度

皮革材质AO强度优化

优化前:DR(0-1) 3D(颜色滑块)
优化后:DR(0-1)3D(颜色滑块0.8)
mt.texmap_reflectionGlossiness.sourceB.color = (color (((1-AO强度)
0.8)255) (((1-AO强度)0.8)255) (((1-AO强度)0.8)*255) )