summaryrefslogtreecommitdiff
path: root/lib/location.cpp
Commit message (Collapse)AuthorAge
* Use a single buffer for the location/rotation data of all renderable objectsDan Goodliffe2026-03-31
| | | | | | Removes the BufferedLocation and BufferedLocationUpdater mess. Note: appears to break bogie rendering in asset factory test only, same symptom as broken network render test? (out of date buffer data)
* We only need 3x3 matrix for model rotation specDan Goodliffe2024-01-13
|
* Remove getTransformDan Goodliffe2023-11-25
|
* Add Location method for getting the rotation only transformDan Goodliffe2023-11-11
|
* 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