mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 23:22:01 -04:00
d_drawlist (#1881)
This commit is contained in:
@@ -26,6 +26,7 @@ struct mDoLib_clipper {
|
||||
}
|
||||
|
||||
static f32 getFar() { return mSystemFar; }
|
||||
static f32 getFovyRate() { return mFovyRate; }
|
||||
|
||||
static void resetFar() {
|
||||
mClipper.setFar(mSystemFar);
|
||||
|
||||
@@ -67,6 +67,10 @@ inline void cMtx_ZrotM(Mtx mtx, s16 z) {
|
||||
mDoMtx_ZrotM(mtx, z);
|
||||
}
|
||||
|
||||
inline void cMtx_lookAt(Mtx param_0, const Vec* param_1, const Vec* param_2, s16 param_3) {
|
||||
mDoMtx_lookAt(param_0, param_1, param_2, param_3);
|
||||
}
|
||||
|
||||
inline void cMtx_multVec(Mtx mtx, const Vec* src, Vec* dst) {
|
||||
mDoMtx_multVec(mtx, src, dst);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user