J3DMaterialAttach progress

This commit is contained in:
Jasper St. Pierre
2023-09-23 21:06:24 -07:00
parent 4e40d06439
commit 3f669fb895
5 changed files with 372 additions and 126 deletions
@@ -63,6 +63,8 @@ struct J3DTexCoord : public J3DTexCoordInfo {
u8 getTexGenMtx() { return mTexGenMtx & 0xff; }
u16 getTexMtxReg() { return mTexMtxReg & 0xff; }
void setTexGenMtx(u8 v) { mTexGenMtx = v; }
void resetTexMtxReg() {
mTexMtxReg = mTexGenMtx;
}