summaryrefslogtreecommitdiff
path: root/test/perf-terrain.cpp
Commit message (Collapse)AuthorAge
* Fix all warnings in test/HEADmainDan Goodliffe9 days
|
* Fix all warnings in performance testsDan Goodliffe12 days
|
* Current tile in frustum as we loopDan Goodliffe2025-03-11
| | | | Chunk by surface only, render if visible in frustum
* Create perf-terrain test window globallyDan Goodliffe2025-02-26
|
* Improve Terrain::generateMeshes performanceDan Goodliffe2025-02-25
Creates mesh per surface based on a single buffer of all vertices and a collection of per surfuce indices. Makes ColourBias a uniform instead of a vertex attribute.