amterp / COMP30019-Project-1

Project 1 for 2018 Semester 2 of COMP30019
1 stars 0 forks source link

Add day/night cycle #41

Closed amterp closed 6 years ago

amterp commented 6 years ago

Adds an in-game clock which also controls the skybox/sun/moon/stars. This clock goes in real time by default i.e. it'd take 24 hours in real life to see a full day/night cycle. This value can of course be changed inside the Unity editor in the inspector under "time progression".

Merge #38 before this one, as this pull request is built on top of it.