mirror of
https://github.com/Kaehvaman/OAIP.git
synced 2025-03-14 14:36:21 +04:00
Revert "test commit"
This reverts commit 604b9975477effa6cb6d8a923a65274d046af4c0.
This commit is contained in:
parent
604b997547
commit
39f6760d05
@ -37,8 +37,8 @@ void main()
|
||||
vec4 red = vec4(1.0, 0.5, 0.5, 1.0);
|
||||
vec4 blue = vec4(0.0, 0.5, 0.5, 1.0);
|
||||
|
||||
//finalColor = mix(red, blue, (sin(fragTexCoord.x * 24 + seconds * 4.0) + 1.0) / 2.0);
|
||||
finalColor = mix(red, blue, (sin(fragTexCoord.x * 24 + seconds * 4.0) + 1.0) / 2.0);
|
||||
|
||||
finalColor = texelColor;
|
||||
//finalColor = texelColor;
|
||||
//finalColor = vec4((sin(fragTexCoord.x * 24 + seconds * 4.0) + 1.0) / 2.0, 0.5, 0.5, 1.0);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user