mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
DeferredBumpFeat order of operations corrections. Clean.
This commit is contained in:
parent
0325aaf5bb
commit
ae3128b28b
2 changed files with 23 additions and 21 deletions
|
|
@ -237,6 +237,7 @@ void DeferredBumpFeatGLSL::processVert( Vector<ShaderComponent*> &componentLis
|
||||||
meta,
|
meta,
|
||||||
componentList );
|
componentList );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( fd.features.hasFeature( MFT_DetailNormalMap ) )
|
if ( fd.features.hasFeature( MFT_DetailNormalMap ) )
|
||||||
addOutDetailTexCoord( componentList,
|
addOutDetailTexCoord( componentList,
|
||||||
meta,
|
meta,
|
||||||
|
|
|
||||||
|
|
@ -237,6 +237,7 @@ void DeferredBumpFeatHLSL::processVert( Vector<ShaderComponent*> &componentLis
|
||||||
meta,
|
meta,
|
||||||
componentList );
|
componentList );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( fd.features.hasFeature( MFT_DetailNormalMap ) )
|
if ( fd.features.hasFeature( MFT_DetailNormalMap ) )
|
||||||
addOutDetailTexCoord( componentList,
|
addOutDetailTexCoord( componentList,
|
||||||
meta,
|
meta,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue