mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
fix probe baking typo
This commit is contained in:
parent
96669453d8
commit
3e4cc0a5c6
|
|
@ -190,6 +190,6 @@ float4 main(PFXVertToPix IN) : SV_TARGET
|
|||
#if CAPTURING == 1
|
||||
return float4(lerp(surface.baseColor.rgb,(irradiance + specular* horizon) ,surface.metalness/2),0);
|
||||
#else
|
||||
return result = float4((irradiance + specular* horizon) , 0);//alpha writes disabled
|
||||
return float4((irradiance + specular* horizon) , 0);//alpha writes disabled
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue