diff options
Diffstat (limited to 'brdf.cginc')
| -rwxr-xr-x | brdf.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ float4 brdf(Pbr pbr, LightData data) { #else float3 emission = 0; #endif - return float4(diffuse + specular + emission, 1); + return float4(diffuse + specular + emission, pbr.albedo.a); } #endif // __BRDF_INC |
