summaryrefslogtreecommitdiffstats
path: root/pbr.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'pbr.cginc')
-rwxr-xr-xpbr.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr.cginc b/pbr.cginc
index 33264ce..3e8d672 100755
--- a/pbr.cginc
+++ b/pbr.cginc
@@ -133,7 +133,7 @@ void apply_marble(float3 world_pos, inout float3 albedo) {
uvw += offset;
- float3 noise = domain_warp_3d_tex(_Marble_Noise, uvw, _Marble_Strength,
+ float3 noise = domain_warp_procedural(uvw, _Marble_Strength,
_Marble_Octaves, _Marble_Lacunarity, _Marble_Gain);
noise = _Marble_Post_Ramp.Sample(linear_clamp_s, float2(noise.x, 0));