diff options
| author | yum <yum.food.vr@gmail.com> | 2025-08-07 18:39:00 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-08-07 18:39:00 -0700 |
| commit | 7fe9d7357ef5788745200012205954b9a484a3ed (patch) | |
| tree | f1a79143ddf4ee54d13e3da948bd8cc11ba1cb30 /globals.cginc | |
| parent | f13c88295826d439c70cb9dfb4a9dd5d6ae46ff0 (diff) | |
begin roughing out marble gimmick
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index fefeb46..897e077 100644 --- a/globals.cginc +++ b/globals.cginc @@ -19,6 +19,15 @@ float _Specular_AA_Variance; float _Specular_AA_Threshold; float _BRDF_Specular_Min_Denom; +#if defined(_MARBLE) +texture2D _Marble_U_Ramp; +texture2D _Marble_V_Ramp; +texture2D _Marble_W_Ramp; +float3 _Marble_Scale; +float _Marble_Octaves; +float _Marble_Strength; +#endif // _MARBLE + #if defined(_TESSELLATION) float _Tessellation_Factor; float _Tessellation_Frustum_Culling_Bias; |
