polipocket

This commit is contained in:
Claudel-D-Roy 2023-12-13 13:53:10 -05:00
parent f4347d35df
commit c801877a0c

View File

@ -116,8 +116,9 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
float angle = angleRemote.Dot(angleCam); float angle = angleRemote.Dot(angleCam);
int index = 0; int index = 0;
//angle = -angle; angle = -angle;
Vector3f side = angleRemote.Cross(angleCam); Vector3f side = angleRemote.Cross(angleCam);
side = -side;
static float time = 0.f; static float time = 0.f;
static bool Shooting = false; static bool Shooting = false;