mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
Work on J3DMaterial
This commit is contained in:
@@ -82,6 +82,9 @@ struct J3DTexCoord : public J3DTexCoordInfo {
|
||||
*(J3DTexCoordInfo*)this = *param_1;
|
||||
}
|
||||
|
||||
u8 getTexGenMtx() { return mTexGenMtx & 0xff; }
|
||||
u16 getTexMtxReg() { return mTexMtxReg & 0xff; }
|
||||
|
||||
void resetTexMtxReg() {
|
||||
mTexMtxReg = mTexGenMtx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user