Disable Milky Way plane rendering now that we have the volumetric version.

This commit is contained in:
Jonathas Costa
2019-08-23 11:41:39 -04:00
parent fe4cb175c5
commit 2b91640344

View File

@@ -54,7 +54,7 @@ local plane = {
Parent = "Root",
Renderable = {
Type = "RenderablePlanesCloud",
Enabled = true,
Enabled = false,
Color = { 1.0, 1.0, 1.0 },
Transparency = 0.90,
ScaleFactor = 2.8,