Enhancements to breadcrumb trail

This commit is contained in:
2026-05-19 17:36:42 -04:00
parent 7235d756dc
commit 186d9f673a
16 changed files with 514 additions and 117 deletions

View File

@@ -14,7 +14,7 @@ Player::Player(glm::vec3 startpos, float startyaw) {
first_frame = false;
light_xpersist = 0.0f;
light_ypersist = 0.0f;
armlength = 0.5f;
armlength = 0.0f;
camera_offset = glm::vec3(0.0f, 2.5f, 0.0f);
camera_up = glm::vec3(0.0f, 1.0f, 0.0f);
fov = 60.0f;