Merge remote-tracking branch 'origin/master' into 1.11
This commit is contained in:
@@ -998,6 +998,12 @@ void Foliage::RemoveAllInstances()
|
||||
RebuildClusters();
|
||||
}
|
||||
|
||||
void Foliage::RemoveLightmap()
|
||||
{
|
||||
for (auto& e : Instances)
|
||||
e.RemoveLightmap();
|
||||
}
|
||||
|
||||
static float GlobalDensityScale = 1.0f;
|
||||
|
||||
float Foliage::GetGlobalDensityScale()
|
||||
|
||||
Reference in New Issue
Block a user