mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
J3DMaterialAttach progress
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user