You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +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:
@@ -152,4 +152,13 @@ public:
|
||||
virtual Ref<Resource> convert(const Ref<Resource> &p_resource) const override;
|
||||
};
|
||||
|
||||
class FogMaterialConversionPlugin : public EditorResourceConversionPlugin {
|
||||
GDCLASS(FogMaterialConversionPlugin, EditorResourceConversionPlugin);
|
||||
|
||||
public:
|
||||
virtual String converts_to() const override;
|
||||
virtual bool handles(const Ref<Resource> &p_resource) const override;
|
||||
virtual Ref<Resource> convert(const Ref<Resource> &p_resource) const override;
|
||||
};
|
||||
|
||||
#endif // MATERIAL_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user