This commit is contained in:
Daniel Ledda
2025-01-10 13:48:51 +01:00
parent 994cbc688f
commit 25384c743d
2 changed files with 2 additions and 2 deletions

View File

@@ -338,7 +338,7 @@ int main_gfx() {
big_frame.cam->pos = glm::vec3(0.0f, 4.0f, 4.0f);
camera_look_at(big_frame.cam, 0.0f, 0.0f, 0.0f);
glm::vec3 light_pos = glm::vec3(4.0f, 12.0f, 2.0f);
glm::vec3 light_pos = glm::vec3(-15.0f, 10.0f, 6.0f);
glUseProgram(app_state.active_shader->prog_id);
glUniform3fv(