diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-18 01:00:14 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-18 01:00:14 -0800 |
| commit | f7c5e546c220f0f7be8ec3a9cccdb4641114cfe1 (patch) | |
| tree | b287927c2d8a0d7781a56550066f222bac96b745 /globals.cginc | |
| parent | 55a9113a1b7bc23a810606c2ed03d56c55aca060 (diff) | |
screw with operator ordering
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.cginc b/globals.cginc index f872847..c096e89 100644 --- a/globals.cginc +++ b/globals.cginc @@ -138,10 +138,10 @@ float3 _Vertex_Deformation_Sine_Waves_omega; #if defined(_VERTEX_DEFORMATION_FBM) float3 _Vertex_Deformation_FBM_Velocity; -float _Vertex_Deformation_FBM_Amplitude; +float3 _Vertex_Deformation_FBM_Amplitude; float _Vertex_Deformation_FBM_Gain; float _Vertex_Deformation_FBM_Lacunarity; -float _Vertex_Deformation_FBM_Scale; +float3 _Vertex_Deformation_FBM_Period; float _Vertex_Deformation_FBM_Octaves; #endif // _VERTEX_DEFORMATION_FBM |
