-
Notifications
You must be signed in to change notification settings - Fork 0
Day and Night Cycle Summary
Pranav2087 edited this page Sep 13, 2022
·
16 revisions
Jump to a section
- Summary
- Day and Night Cycle Service
- Day and Night Cycle Filter
- Day and Night Cycle Clock
- Day and Night Cycle Clock UI
See here.
The day night cycle filter is represented by a component in the codebase called DayNightCycleComponent.java
. It is responsible for giving the dawn,day,dusk and night look of the game. Underneath it uses an OpenGL Shader Language files to accomplish the shading. It hooks in to the game rendering cycle to apply the shading all the while making sure to avoid shading UI components.
See here for more details.
More information on the design of the clock and its ideation for Atlantis Sinks may be found here!
User Testing was completed in order for user expectation to be recognised in regard to the clock implementation and design! This paved the way for the various design fidelities.
The Final Boss
Shop
Inventory
Achievements
Infrastructure
User Interfaces Across All Pages
User Interfaces Buildings
Guidebook
[Resource Management](Resource-Management)