Refactor|Renderer|Sky: Introduced an animator abstraction for the sky
Began splitting up the renderer's Sky class into subcomponents. Thefirst of which will be an animator for separation of these duties fromthe GL drawable/rendering logic.
View differences
Refactor|Renderer|Sky: Introduced an animator abstraction for the sky
Began splitting up the renderer's Sky class into subcomponents. The
first of which will be an animator for separation of these duties from
the GL drawable/rendering logic.