summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
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;