You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
Co-authored-by: Brian Semrau <brian.semrau@gmail.com>
This commit is contained in:
@@ -7035,6 +7035,10 @@ EditorNode::EditorNode() {
|
||||
physical_sky_mat_convert.instantiate();
|
||||
resource_conversion_plugins.push_back(physical_sky_mat_convert);
|
||||
|
||||
Ref<FogMaterialConversionPlugin> fog_mat_convert;
|
||||
fog_mat_convert.instantiate();
|
||||
resource_conversion_plugins.push_back(fog_mat_convert);
|
||||
|
||||
Ref<VisualShaderConversionPlugin> vshader_convert;
|
||||
vshader_convert.instantiate();
|
||||
resource_conversion_plugins.push_back(vshader_convert);
|
||||
|
||||
Reference in New Issue
Block a user