diff options
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 |
