Revert "IGNORE THIS"

This commit is contained in:
MarcEricMartel
2023-12-04 13:14:54 -05:00
committed by GitHub
parent c5700ae9fd
commit 8569e17c93
69 changed files with 223 additions and 542 deletions

View File

@@ -33,7 +33,6 @@ void RemotePlayer::Init()
void RemotePlayer::Feed(const netprot::Output out) {
m_position = Vector3f(out.position);
//current.position = out.position;
//current.direction = out.direction;
//current.states = out.states;
@@ -76,18 +75,17 @@ void RemotePlayer::Feed(const netprot::Output out) {
//previous.position = current.position;
//previous.states = current.states;
//previous.id = current.id;
//m_direction = current.direction;
//m_position = current.position;
}
void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tran, float elapsedTime)
{
float x = GetPosition().x;
float y = GetPosition().y;
float z = GetPosition().z;
float width = 1.f;
float height = 1.7f;
//Matrix4 mat4 = tran.GetMatrix();
//mat4 VP = pMatrix * vMatrix;