mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #99538 from Geometror/lightmap-gi-transparent-surface
Add transparency support for LightmapGI
This commit is contained in:
commit
2fcd8223e8
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