mirror of
https://github.com/zeldaret/tp
synced 2026-09-05 10:37:35 -04:00
J3DShape/J3DShapeMtx: More work
This commit is contained in:
@@ -118,6 +118,9 @@ struct J3DSys {
|
||||
// Type 1: Xlu Buffer
|
||||
J3DDrawBuffer* getDrawBuffer(int type) { return mDrawBuffer[type]; }
|
||||
|
||||
Mtx& getModelDrawMtx(u16 no) const { return mModelDrawMtx[no]; }
|
||||
J3DShapePacket* getShapePacket() const { return mShapePacket; }
|
||||
|
||||
void setViewMtx(Mtx m) { PSMTXCopy(m, mViewMtx); }
|
||||
|
||||
static Mtx mCurrentMtx;
|
||||
|
||||
Reference in New Issue
Block a user