Started d_a_arrow (#64)

* More d_bg header improvements

* Cleanup, use mtx inlines in more places

* Added JntHit_c to headers

* Started d_a_arrow
This commit is contained in:
LagoLunatic
2023-09-21 00:09:23 -04:00
committed by GitHub
parent 12ddfa5d00
commit 1ad444aa73
27 changed files with 476 additions and 255 deletions
+3 -3
View File
@@ -41,10 +41,10 @@ s32 daSceneChgCreate(void* i_this) {
fopAcM_SetupActor(scnChg, d_a_scene_change_c);
MTXTrans(mDoMtx_stack_c::now, scnChg->current.pos.x, scnChg->current.pos.y, scnChg->current.pos.z);
mDoMtx_ZXYrotM(mDoMtx_stack_c::now, scnChg->shape_angle.x, scnChg->shape_angle.y, scnChg->shape_angle.z);
mDoMtx_stack_c::transS(scnChg->current.pos);
mDoMtx_stack_c::ZXYrotM(scnChg->shape_angle);
MTXCopy(mDoMtx_stack_c::now, scnChg->mTransformMtx);
cMtx_copy(mDoMtx_stack_c::get(), scnChg->mTransformMtx);
return cPhs_COMPLEATE_e;
}