Skip to content
Snippets Groups Projects
Commit 657d0a19 authored by Dethcrvsh's avatar Dethcrvsh
Browse files

tweaked wave parameters

parent d31bbd20
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,10 @@ private:
static GLuint const BINDING_POINT {1};
char const* UNIFORM_BLOCK = "WaveBuffer";
static int const MAX_WAVES {16};
static constexpr float const MEDIAN_WAVELENGTH {2.6};
static constexpr float const MEDIAN_AMPLITUDE {0.006};
static constexpr float const MEDIAN_SPEED {0.6};
static constexpr float const MEDIAN_DIR {3.14/4.0};
static constexpr float const MEDIAN_WAVELENGTH {1.0};
static constexpr float const MEDIAN_AMPLITUDE {0.003};
static constexpr float const MEDIAN_SPEED {0.2};
static constexpr float const MEDIAN_DIR {3.14/2.0};
struct Wave {
GLfloat L; // Wavelength (distance between waves in world space)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment