Use OFMatrix4x4
FossilOrigin-Name: a495ea8f0b893fd9625d22b2b5afa8bdbf84b6781e6b21f07bc5669ca364bd41
This commit is contained in:
parent
b6ceeeb489
commit
48bd210714
3 changed files with 22 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue