mirror of
https://github.com/zeldaret/tp
synced 2026-06-18 07:25:50 -04:00
d_bg_s (#159)
* wip * d_bg_s * most of d_bg_s * small cleanup * clang * fixes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define J3DVERTEX_H
|
||||
|
||||
#include "dolphin/gx/GX.h"
|
||||
#include "dolphin/mtx/vec.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class J3DModel;
|
||||
@@ -84,11 +85,11 @@ private:
|
||||
}; // Size: 0x38
|
||||
|
||||
struct VertexNormal {
|
||||
u8 data[0xC];
|
||||
Vec data;
|
||||
};
|
||||
|
||||
struct VertexPosition {
|
||||
u8 data[0xC];
|
||||
Vec data;
|
||||
};
|
||||
|
||||
#endif /* J3DVERTEX_H */
|
||||
|
||||
Reference in New Issue
Block a user