mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-27 22:59:24 -04:00
d_jnt_hit progress
This commit is contained in:
@@ -1209,10 +1209,10 @@ static BOOL useHeapInit(fopAc_ac_c* i_actor) {
|
||||
};
|
||||
static __jnt_hit_data_c search_data[] = {
|
||||
{
|
||||
/* field_0x0 */ 2,
|
||||
/* mShapeType */ 2, // Cylinder
|
||||
/* mJointIndex */ 0x05, // hitomi (pupil) joint
|
||||
/* field_0x4 */ 5.0f,
|
||||
/* field_0x8 */ (cXyz*)&cyl2_eye_offset,
|
||||
/* mRadius */ 5.0f,
|
||||
/* mpOffsets */ (cXyz*)&cyl2_eye_offset,
|
||||
},
|
||||
};
|
||||
i_this->mEyeJntHit = JntHit_create(i_this->mpMorf->getModel(), search_data, ARRAY_SIZE(search_data));
|
||||
|
||||
Reference in New Issue
Block a user