Remove unused anisotropy setter/getter methods in VoxelGI
These methods weren't exposed to the scripting API. Anisotropy was used in earlier iterations of VoxelGI, but it was removed as it was too expensive.
This commit is contained in:
@ -76,9 +76,6 @@ public:
|
||||
virtual void voxel_gi_set_use_two_bounces(RID p_voxel_gi, bool p_enable) = 0;
|
||||
virtual bool voxel_gi_is_using_two_bounces(RID p_voxel_gi) const = 0;
|
||||
|
||||
virtual void voxel_gi_set_anisotropy_strength(RID p_voxel_gi, float p_strength) = 0;
|
||||
virtual float voxel_gi_get_anisotropy_strength(RID p_voxel_gi) const = 0;
|
||||
|
||||
virtual uint32_t voxel_gi_get_version(RID p_probe) const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user