mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
J3DUClipper halfway
This commit is contained in:
@@ -124,8 +124,8 @@ public:
|
||||
|
||||
J3DMaterial* getMesh() { return mMesh; }
|
||||
u16 getJntNo() const { return mJntNo; }
|
||||
u8 getKind() const { return mKind; }
|
||||
u8 getMtxType() const { return getKind() >> 4; }
|
||||
u8 getKind() const { return mKind & 0x0F; }
|
||||
u8 getMtxType() const { return mKind >> 4; }
|
||||
u8 getScaleCompensate() const { return mScaleCompensate; }
|
||||
void setCurrentMtxCalc(J3DMtxCalc* pMtxCalc) { mCurrentMtxCalc = pMtxCalc; }
|
||||
J3DTransformInfo& getTransformInfo() { return mTransformInfo; }
|
||||
|
||||
Reference in New Issue
Block a user