summaryrefslogtreecommitdiff
path: root/gfx/gl/bufferedLocation.cpp
Commit message (Collapse)AuthorAge
* Templated BufferedLocation and single buffer storage for RVC locationsDan Goodliffe2023-05-06
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Add BufferedLocationDan Goodliffe2023-04-23
Wraps Location, storing a pre-computed mat4 transformation of the position/rotation in a VBO handled by InstanceVertices.