Identify some stuff in the Camera struct (#238)

Make a header file for all the camera stuff, refresh a lot of
mips_to_c output

Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
Tyler McGavran
2022-07-06 20:36:27 -04:00
committed by GitHub
parent bf106ede73
commit f2eef3b82e
27 changed files with 2541 additions and 3181 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <ultra64.h>
#include <common_structs.h>
#include "camera.h"
typedef f32 Mat4[4][4];
typedef f32 Mat3[3][3];