mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-01 09:17:15 -04:00
setup dolphin VEC/MTX function defines (#1903)
* setup VEC function defines * setup MTX function defines
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ void dMdl_c::draw() {
|
||||
|
||||
Mtx m;
|
||||
for (dMdl_obj_c* obj = mpModelObj; obj != NULL; obj = obj->mpObj) {
|
||||
PSMTXConcat(j3dSys.getViewMtx(), obj->getMtx(), m);
|
||||
MTXConcat(j3dSys.getViewMtx(), obj->getMtx(), m);
|
||||
GXLoadPosMtxImm(m, GX_PNMTX0);
|
||||
GXLoadNrmMtxImm(m, GX_PNMTX0);
|
||||
shape->simpleDrawCache();
|
||||
|
||||
Reference in New Issue
Block a user