summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-15 14:42:28 -0700
committeryum <yum.food.vr@gmail.com>2026-03-15 14:42:30 -0700
commitc6727a2be7d39323e0be050090114415d969bb49 (patch)
tree40cd79dc90f0a28d912c6b452a492fb8f2d3515d /globals.cginc
parent51e625816b01773577a5f54b7504548ce1af9acd (diff)
Begin overhauling marble
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc5
1 files changed, 2 insertions, 3 deletions
diff --git a/globals.cginc b/globals.cginc
index c1eda2e..d926588 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -84,9 +84,8 @@ float _Bent_Normals_Strength;
#endif // _BENT_NORMALS
#if defined(_MARBLE)
-texture2D _Marble_U_Ramp;
-texture2D _Marble_V_Ramp;
-texture2D _Marble_W_Ramp;
+texture3D _Marble_Noise;
+//texture2D _Marble_U_Ramp;
float3 _Marble_Scale;
float _Marble_Octaves;
float _Marble_Strength;