From 1b33beea4e07afe9709c5c8b9a933c0717fae74c Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 16 Mar 2026 16:53:30 -0700 Subject: Move marble over to procedural noise --- globals.cginc | 1 - 1 file changed, 1 deletion(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index f96a23d..ded2048 100755 --- a/globals.cginc +++ b/globals.cginc @@ -84,7 +84,6 @@ float _Bent_Normals_Strength; #endif // _BENT_NORMALS #if defined(_MARBLE) -texture3D _Marble_Noise; texture2D _Marble_Post_Ramp; float3 _Marble_Scale; float _Marble_Octaves; -- cgit v1.2.3