diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-10 09:14:45 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-10 13:18:13 -0400 |
commit | 9a9bb1a85de1eddb993efa635a59c693c37ec32f (patch) | |
tree | f3e809a4cb28369f60815ee3f28d314a6a06a9fe /resources | |
parent | ed9d441ea39800a6c239a60d4587768411cb5ff7 (diff) |
demo day
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/shaders/shader.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/shaders/shader.frag b/resources/shaders/shader.frag index 581f4e2..f3187fb 100755 --- a/resources/shaders/shader.frag +++ b/resources/shaders/shader.frag @@ -25,7 +25,7 @@ uniform sampler2D groundSampler; uniform samplerCube skySampler; uniform vec2 widthBounds; uniform vec2 lengthBounds; -uniform vec4 sunColor = vec4(128, 10, 0, 1.f); +uniform vec4 sunColor = vec4(64, 1, 0, 1.f); //uniform float test = 0; // Random methods from https://gist.github.com/patriciogonzalezvivo/670c22f3966e662d2f83 |