remove lighting, visibility, and probe polling features from sky objects. ensure all use isBackground

This commit is contained in:
AzaezelX 2022-12-29 14:34:10 -06:00
parent 543eac4720
commit 712e7c67ff
3 changed files with 9 additions and 1 deletions

View file

@ -610,6 +610,7 @@ void SkyBox::_initMaterial()
FeatureSet features = MATMGR->getDefaultFeatures();
features.removeFeature( MFT_RTLighting );
features.removeFeature( MFT_Visibility );
features.removeFeature(MFT_ReflectionProbes);
features.addFeature(MFT_isBackground);
features.addFeature(MFT_SkyBox);