summaryrefslogtreecommitdiff
path: root/lib/location.hpp
Commit message (Collapse)AuthorAge
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Add getTransform to Location; wraps the standard mat4 calculationsDan Goodliffe2023-04-23
|
* Replace include guard macros with pragma onceDan Goodliffe2022-01-02
|
* Replace Transform with LocationDan Goodliffe2021-03-03
Simpler, unbinds the transformation matrices for location, now done just in the shader.