James-Whitney / Voyager

CSC476 Final Project
0 stars 0 forks source link

Add skybox #54

Closed martynasbudvytis closed 6 years ago

martynasbudvytis commented 6 years ago

Added a skybox to the scene. I needed to make a separate shader for the skybox since it does not play well with the shadow code in the uber shader. I think this is ok though since I did a little reading about uber shaders and they say that it's okay to have some separate shaders for things that are really separate from the main shader stuff (like skyboxes), so we can still say we have an uber shader.

The rainy skies right now aren't the best for the scene, but I'll find a more fitting skybox when I integrate the fog.