summaryrefslogtreecommitdiff
path: root/scene/resources/material.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-07-06 10:16:27 +0200
committerGitHub <noreply@github.com>2021-07-06 10:16:27 +0200
commitdf62d9f4f4910e94536c62c05f976b28703a9cc7 (patch)
tree5207b52b59892175eea8cdfbf7fdcd4baf9993c0 /scene/resources/material.h
parent8cd1b59ea78f5145eae1762e2b1311c1a1b92cbc (diff)
parent7f6027927a235f9ed7d4b5e7d06df90632cfbf11 (diff)
Merge pull request #50186 from reduz/fix-subsurface-scattering
Fix Subsurface Scattering
Diffstat (limited to 'scene/resources/material.h')
-rw-r--r--scene/resources/material.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/scene/resources/material.h b/scene/resources/material.h
index cd91d05a60..80e5e94466 100644
--- a/scene/resources/material.h
+++ b/scene/resources/material.h
@@ -389,7 +389,6 @@ private:
StringName heightmap_scale;
StringName subsurface_scattering_strength;
StringName transmittance_color;
- StringName transmittance_curve;
StringName transmittance_depth;
StringName transmittance_boost;
StringName backlight;
@@ -458,7 +457,6 @@ private:
float transmittance_amount;
Color transmittance_color;
float transmittance_depth;
- float transmittance_curve;
float transmittance_boost;
Color backlight;
@@ -602,9 +600,6 @@ public:
void set_transmittance_depth(float p_depth);
float get_transmittance_depth() const;
- void set_transmittance_curve(float p_curve);
- float get_transmittance_curve() const;
-
void set_transmittance_boost(float p_boost);
float get_transmittance_boost() const;