mirror of
https://github.com/Kaehvaman/OAIP.git
synced 2025-01-18 08:39:11 +04:00
test commit
This commit is contained in:
parent
5393ca2a5b
commit
604b997547
@ -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…
Reference in New Issue
Block a user