mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
emissive to recivesShadows
now we've got a glow mask and multiplier, ditch the emissive flag in favor of a proper recivesShadows
This commit is contained in:
parent
54a2235128
commit
645f88d4af
20 changed files with 70 additions and 114 deletions
|
|
@ -572,7 +572,7 @@ void SkyBox::_initRender()
|
|||
mFogBandMat->mTranslucent = true;
|
||||
mFogBandMat->mVertColor[0] = true;
|
||||
mFogBandMat->mDoubleSided = true;
|
||||
mFogBandMat->mEmissive[0] = true;
|
||||
mFogBandMat->mReceiveShadows[0] = false;
|
||||
|
||||
FeatureSet features = MATMGR->getDefaultFeatures();
|
||||
features.addFeature(MFT_isBackground);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue