Add skybox cubemap

This commit is contained in:
2024-10-02 13:38:44 +02:00
parent 2fdc6c244d
commit de6a305e15
11 changed files with 8196 additions and 34 deletions
+1
View File
@@ -35,6 +35,7 @@ typedef struct {
} Sphere;
float deg2rad(float deg);
bool isnanv(Vector3 v);
Matrix4 translate_matrix(Vector3 v, float f);
Matrix4 identity_matrix(void);