mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
misc matches
This commit is contained in:
@@ -863,6 +863,8 @@ struct J3DIndTexOrder : public J3DIndTexOrderInfo {
|
||||
|
||||
u8 getCoord() const { return mCoord; }
|
||||
u8 getMap() const { return mMap; }
|
||||
void setCoord(u8 coord) { mCoord = coord; }
|
||||
void setMap(u8 map) { mMap = map; }
|
||||
};
|
||||
|
||||
class J3DIndBlock {
|
||||
|
||||
@@ -80,6 +80,7 @@ public:
|
||||
void onInvalid() { mInvalid = 1; }
|
||||
u32 getTexGenNum() const { return mTexGenBlock->getTexGenNum(); }
|
||||
u8 getTevStageNum() const { return mTevBlock->getTevStageNum(); }
|
||||
J3DIndTexOrder* getIndTexOrder(u32 i) { return mIndBlock->getIndTexOrder(i); }
|
||||
J3DIndTexMtx* getIndTexMtx(u32 i) { return mIndBlock->getIndTexMtx(i); }
|
||||
u8 getIndTexStageNum() const { return mIndBlock->getIndTexStageNum(); }
|
||||
|
||||
@@ -97,7 +98,6 @@ public:
|
||||
void getDither() const {}
|
||||
void getIndTevStage(u32) {}
|
||||
void getIndTexCoordScale(u32) {}
|
||||
void getIndTexOrder(u32) {}
|
||||
void getLight(u32) {}
|
||||
void getMatColor(u32) {}
|
||||
void getTevKAlphaSel(u32) {}
|
||||
|
||||
Reference in New Issue
Block a user