mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #248 from Azaezel/alpha40_glowNONO
cleanup singlechannel glowmask leftovers (we use a full rgb map now)
This commit is contained in:
commit
a6ba72bb82
1 changed files with 0 additions and 2 deletions
|
|
@ -638,8 +638,6 @@ void ProcessedDeferredMaterial::_determineFeatures( U32 stageNum,
|
||||||
if( mStages[stageNum].getTex( MFT_PBRConfigMap ) )
|
if( mStages[stageNum].getTex( MFT_PBRConfigMap ) )
|
||||||
{
|
{
|
||||||
newFeatures.addFeature( MFT_PBRConfigMap );
|
newFeatures.addFeature( MFT_PBRConfigMap );
|
||||||
if( mStages[stageNum].getTex( MFT_PBRConfigMap )->mHasTransparency )
|
|
||||||
newFeatures.addFeature( MFT_GlowMap );
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
newFeatures.addFeature( MFT_PBRConfigVars );
|
newFeatures.addFeature( MFT_PBRConfigVars );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue