diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 16:53:30 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 16:53:30 -0700 |
| commit | 1b33beea4e07afe9709c5c8b9a933c0717fae74c (patch) | |
| tree | 7ed83caa1b61e70a0ef918eda6775feed37bf0ce /pbr.cginc | |
| parent | 703782b257bd69a962af8f914288db624334f42c (diff) | |
Move marble over to procedural noise
Diffstat (limited to 'pbr.cginc')
| -rwxr-xr-x | pbr.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |
