summaryrefslogtreecommitdiff
path: root/game/environment.h
Commit message (Collapse)AuthorAge
* Fix up the preFrame process to use both frustumsDan Goodliffe13 days
| | | | | | (camera and directional light frustums) This has made the whole preFrame process far more fiddly and repetitive than I'd like, but it does work. Maybe we can tidy it up later.
* Move getSunPos to EnvironmentDan Goodliffe2024-09-20
|
* Add basic environment objectDan Goodliffe2024-09-20
Will hold world time/date, weather, location etc