Custom entity UI, math functions, physics triggers

This commit is contained in:
2025-03-30 23:22:21 +02:00
parent 7428ee7fed
commit 06995fbd05
4 changed files with 48 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Camera_Type :: enum {
Camera_Projection_Type :: enum {
ORTHOGRAPHIC;
PERSPECTIVE;
}
@@ -10,7 +10,7 @@ Camera_Buffer_Data :: struct {
}
Camera :: struct {
type : Camera_Type;
type : Camera_Projection_Type;
position : Vector3;
rotation : struct {