volumetric cloud updates:

- added light shaft occlusion support
- moved into weather
- parameter access, serialization
This commit is contained in:
Turanszki Janos
2021-06-16 21:57:20 +02:00
parent c0ff120e31
commit 1b7432a57f
21 changed files with 446 additions and 150 deletions
+1
View File
@@ -165,6 +165,7 @@ void MaterialWindow::Create(EditorComponent* editor)
blendModeComboBox.AddItem("Alpha");
blendModeComboBox.AddItem("Premultiplied");
blendModeComboBox.AddItem("Additive");
blendModeComboBox.AddItem("Multiply");
blendModeComboBox.SetEnabled(false);
blendModeComboBox.SetTooltip("Set the blend mode of the material.");
AddWidget(&blendModeComboBox);