mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add transparency support for LightmapGI
Co-authored-by: Guerro323 <kaltobattle@gmail.com>
This commit is contained in:
parent
7f5c469292
commit
a3525bc015
26 changed files with 442 additions and 95 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
|
||||
virtual bool material_is_animated(RID p_material) = 0;
|
||||
virtual bool material_casts_shadows(RID p_material) = 0;
|
||||
virtual RS::CullMode material_get_cull_mode(RID p_material) const = 0;
|
||||
|
||||
struct InstanceShaderParam {
|
||||
PropertyInfo info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue