group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
PreviousPosition.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
6#include <glm/vec3.hpp>
7
22{
23 glm::vec3 value{0.0f, 0.0f, 0.0f};
24};
Copy of Position from the previous physics tick, used for render interpolation.
Definition PreviousPosition.hpp:22
glm::vec3 value
World-space position from the previous tick.
Definition PreviousPosition.hpp:23