Camera follows object in 3rd person

This commit is contained in:
var
2026-04-01 22:07:55 -05:00
parent 299cb740d4
commit 06535ccf01
7 changed files with 107 additions and 33 deletions

View File

@@ -25,7 +25,8 @@ typedef struct
GLuint textureId;
int shaderProgramId;
Camera camera;
Shape *testShape;
Shape **shapes;
int numShapes;
mat4 projMatrix;
mat4 viewMatrix;
} GameState;