d_a_e_dn work (#2899)

* d_a_e_dn work

* PR cleanup and more documentation
This commit is contained in:
Carco_21
2025-12-03 17:16:08 -05:00
committed by GitHub
parent 5321562dec
commit ecbb3eb776
7 changed files with 1696 additions and 1619 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ static void chain_control_01(obj_key_class* i_this) {
J3DModel* parent_model;
if (fopAcM_GetName(pparent) == PROC_E_DN) {
e_dn_class* dn = (e_dn_class*)pparent;
parent_model = dn->mpModelMorf->getModel();
parent_model = dn->anm_p->getModel();
MTXCopy(parent_model->getAnmMtx(1), *calc_mtx);
spC4.set(5.0f + KREG_F(0), 30.0f + KREG_F(1), 20.0f + KREG_F(2));