SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 8ea5af6ef9 - Show all commits

View File

@ -1359,6 +1359,7 @@ void Engine::Render(float elapsedTime) {
for (auto& [key, player] : m_players) {
RemotePlayer* rt = static_cast<RemotePlayer*>(player);
//std::cout << key << ": "; rt->GetPosition().Afficher();
glClear(GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
rt->Render(m_animeAtlas, m_shader01, all, elapsedTime);
m_otherplayerpos = player->GetPosition(); // Aller chercher GetPosition des deux façon, voir si ça chie.
}

View File

@ -88,8 +88,6 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
float z = GetPosition().z;
float width = 1.f;
float height = 1.7f;
std::cout << "hahahaha";
//Matrix4 mat4 = tran.GetMatrix();
//mat4 VP = pMatrix * vMatrix;