mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
Work on J3DSkinDeform
This commit is contained in:
@@ -14,6 +14,7 @@ typedef f32 Mtx[3][4];
|
||||
typedef f32 Mtx33[3][3];
|
||||
typedef f32 Mtx23[2][3];
|
||||
typedef f32 (*MtxP)[4];
|
||||
typedef f32 (*Mtx3P)[3];
|
||||
typedef const f32 (*CMtxP)[4]; // Change name later?
|
||||
|
||||
void PSMTXIdentity(Mtx m);
|
||||
|
||||
Reference in New Issue
Block a user