diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-15 16:36:46 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-15 16:36:46 -0700 |
| commit | f607646ad46ead5fc404f4313a901a13b2df466f (patch) | |
| tree | 1c9cd96a823ccbdf48f93302e63b73a9624773f6 /globals.cginc | |
| parent | c6727a2be7d39323e0be050090114415d969bb49 (diff) | |
Finish marble rework
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index d926588..c90cebd 100755 --- a/globals.cginc +++ b/globals.cginc @@ -86,11 +86,23 @@ float _Bent_Normals_Strength; #if defined(_MARBLE) texture3D _Marble_Noise; //texture2D _Marble_U_Ramp; +texture2D _Marble_Post_Ramp; float3 _Marble_Scale; float _Marble_Octaves; float _Marble_Strength; +float _Marble_Lacunarity; +float _Marble_Gain; #endif // _MARBLE +#if defined(_MARBLE_TIME) +float _Marble_Speed; +float3 _Marble_Direction; +#endif // _MARBLE_TIME + +#if defined(_MARBLE_OFFSET) +float3 _Marble_Offset; +#endif // _MARBLE_OFFSET + #if defined(_TESSELLATION) float _Tessellation_Factor; float _Tessellation_Frustum_Culling_Bias; |
