WIP on deffered_rendering: a459a1c Skybox bugfix

This commit is contained in:
Tleety
2014-05-31 17:12:31 +02:00
19 changed files with 433 additions and 385 deletions
-1
View File
@@ -12,5 +12,4 @@ out vec4 FragColor;
void main()
{
FragColor = texture(CubemapTexture, Input.TextureCoord);
//FragColor = vec4(1.0, 1.0, 1.0, 0.0);
}