group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
InterpolationBuffer.hpp File Reference

Per-entity ring of recent snapshot samples for renderer interpolation. More...

#include "AnimSnapshot.hpp"
#include <SDL3/SDL_stdinc.h>
#include <array>
#include <cstddef>
#include <glm/vec3.hpp>
Include dependency graph for InterpolationBuffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InterpolationBuffer
 Render-time interpolation history for a remote entity. More...
struct  InterpolationBuffer::Sample
 One snapshot's worth of interpolatable state. More...

Detailed Description

Per-entity ring of recent snapshot samples for renderer interpolation.