Back to floats.

This commit is contained in:
2025-10-10 09:16:08 -05:00
parent c4c43b23ad
commit 349e6e7c94
16 changed files with 164 additions and 220 deletions

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "world/worldunit.h"
#include "dusk.h"
typedef enum {
RPG_CAMERA_MODE_FREE,
@@ -14,7 +14,7 @@ typedef enum {
} rpgcameramode_t;
typedef struct {
worldpos_t position[WORLD_DIMENSIONS];
vec3 position;
rpgcameramode_t mode;
union {