mirror of
https://github.com/ConjureETS/LOG750-LAB2.git
synced 2026-03-24 03:21:19 +00:00
Merge remote-tracking branch 'origin/issues/2-skybox' into issues/4-phong
This commit is contained in:
commit
fff57b7285
@ -1,11 +1,11 @@
|
||||
#version 400 core
|
||||
in vec2 texCoords;
|
||||
out vec4 fColor;
|
||||
|
||||
uniform sampler2D skybox;
|
||||
|
||||
void main()
|
||||
{
|
||||
//fColor = texture(skybox, texCoords);
|
||||
fColor = texture(skybox, texCoords);
|
||||
}
|
||||
#version 400 core
|
||||
in vec2 texCoords;
|
||||
out vec4 fColor;
|
||||
|
||||
uniform sampler2D skybox;
|
||||
|
||||
void main()
|
||||
{
|
||||
//fColor = texture(skybox, texCoords);
|
||||
fColor = texture(skybox, texCoords);
|
||||
}
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
#version 400 core
|
||||
in vec2 texCoords;
|
||||
out vec4 fColor;
|
||||
|
||||
uniform sampler2D skybox;
|
||||
|
||||
void main()
|
||||
{
|
||||
//fColor = texture(skybox, texCoords);
|
||||
fColor = texture(skybox, texCoords);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user