Mesh component

This commit is contained in:
2026-04-10 10:19:44 -05:00
parent 0778ffb57a
commit 37cfdde1ee
10 changed files with 282 additions and 28 deletions
+3 -1
View File
@@ -7,6 +7,8 @@
#include "entity/component/display/entityposition.h"
#include "entity/component/display/entitycamera.h"
#include "entity/component/display/entitymesh.h"
X(POSITION, entityposition_t, position, entityPositionInit, NULL)
X(CAMERA, entitycamera_t, camera, entityCameraInit, NULL)
X(CAMERA, entitycamera_t, camera, entityCameraInit, NULL)
X(MESH, entitymesh_t, mesh, entityMeshInit, entityMeshDispose)