summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_server_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+48
Adds 3D fixed timestep interpolation to the rendering server. This does not yet include support for multimeshes or particles. Co-authored-by: lawnjelly <lawnjelly@gmail.com>