mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
cleanup singlechannel glowmask leftovers (we use a full rgb map now)
This commit is contained in:
parent
56233410cf
commit
f829303ded
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