Use OFMatrix4x4

FossilOrigin-Name: a495ea8f0b893fd9625d22b2b5afa8bdbf84b6781e6b21f07bc5669ca364bd41
This commit is contained in:
Jonathan Schleifer 2023-02-19 00:05:22 +00:00
parent b6ceeeb489
commit 48bd210714
3 changed files with 22 additions and 15 deletions

View file

@ -18,9 +18,7 @@
OF_ASSUME_NONNULL_BEGIN
typedef struct OF_BOXABLE {
struct {
float x, y, z;
} position;
OFVector3D position;
struct {
float r, g, b;
} color;