mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Merge branch 'PBR_Bins_Reordered' of https://github.com/Areloch/Torque3D into PBR_PR
# Conflicts: # Engine/source/gfx/D3D11/gfxD3D11Device.cpp # Engine/source/renderInstance/renderDeferredMgr.h
This commit is contained in:
commit
726c748578
9 changed files with 92 additions and 45 deletions
|
|
@ -98,8 +98,8 @@ float3 iblBoxSpecular(float3 normal,
|
|||
|
||||
struct PS_OUTPUT
|
||||
{
|
||||
float4 diffuse: TORQUE_TARGET0;
|
||||
float4 spec: TORQUE_TARGET1;
|
||||
float4 diffuse: TORQUE_TARGET1;
|
||||
float4 spec: TORQUE_TARGET0;
|
||||
};
|
||||
|
||||
float defineSphereSpaceInfluence(float3 centroidPosVS, float rad, float2 atten, float3 surfPosVS, float3 norm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue