summaryrefslogtreecommitdiff
path: root/game/water.h
Commit message (Collapse)AuthorAge
* Invert how shared/unique is specified for CollectionDan Goodliffe13 days
| | | | Template param is a pointer now, typedefs added for ease.
* Pass frustum into render functionsDan Goodliffe2025-03-07
| | | | Support for culling objects outside the view frustum
* Apply StdTypeDefs for TextureDan Goodliffe2024-08-10
|
* Stripped down water vertex and simplified shadersDan Goodliffe2024-04-07
|
* Split water from terrainDan Goodliffe2024-04-06
Shares the geo data instance, and still has the same implementation at this stage.