|
void | ftParts_JObjMakePositionMtx (HSD_JObj *, Mtx mtx, Mtx rmtx) |
|
void | ftParts_JObjInfoInit (void) |
|
void | ftParts_80073758 (HSD_JObj *) |
|
s32 | ftParts_IntpJObjLoad (HSD_JObj *, HSD_Joint *, HSD_JObj *parent) |
|
void | ftParts_IntpJObjInfoInit (void) |
|
void | ftParts_80073830 (HSD_PObj *, Mtx vmtx, Mtx pmtx, u32 rendermode) |
|
void | ftParts_800739B8 (HSD_PObj *, Mtx vmtx, Mtx pmtx, u32 rendermode) |
|
void | ftParts_80073CA8 (HSD_PObj *, Mtx vmtx, Mtx pmtx, u32 rendermode) |
|
void | ftParts_PObjSetupMtx (HSD_PObj *, Mtx vmtx, Mtx pmtx, u32 rendermode) |
|
void | ftParts_PObjInfoInit (void) |
|
void | ftParts_80074148 (void) |
|
void | ftParts_80074170 (void) |
|
void | ftParts_80074194 (Fighter *, FighterBone *bone, HSD_JObj *, int *dobj_index, u32 tree_depth) |
|
void | ftParts_SetupParts (Fighter_GObj *fighter_obj) |
|
void | func_800743E0 (void) |
|
void | ftParts_8007462C (Fighter_GObj *) |
|
HSD_JObj * | ftParts_8007482C (HSD_Joint *) |
|
void | ftParts_8007487C (UNK_T item, UNK_T, u8 costume_id, u32 *, u32 *) |
|
void | ftParts_800749CC (Fighter_GObj *) |
| ftParts_8007487C
|
|
void | ftParts_80074A4C (Fighter_GObj *, int idx, int val) |
|
int | ftParts_80074A74 (Fighter_GObj *, int idx) |
|
void | ftParts_80074A8C (Fighter_GObj *) |
|
void | ftParts_80074ACC (Fighter_GObj *) |
|
void | ftParts_80074B0C (Fighter_GObj *, int idx, int val) |
|
void | ftParts_80074B6C (Fighter *, u32 *, int, u32 *) |
|
void | ftParts_80074CA0 (UNK_T, s32, UNK_T) |
|
void | ftParts_80074D7C (u32 *, s32, u32 *) |
|
void | ftParts_80074E58 (Fighter *) |
| ftParts_80074B6C
|
|
Fighter_Part | ftParts_GetBoneIndex (Fighter *, Fighter_Part) |
| Fighter_BonePersonalToCommon.
|
|
int | ftParts_80075028 (size_t to_table_idx, size_t from_table_idx, size_t joint_idx) |
|
u32 | ftParts_8007506C (FighterKind ftkind, int part) |
|
void | ftParts_800750C8 (Fighter *, enum_t, bool) |
|
HSD_TObj * | ftParts_80075240 (DObjList *, int n) |
| finds the n-th TObj in a DObjList
|
|
void | ftParts_80075304 (u8, HSD_JObj *, HSD_JObj *) |
| Inserts a new jobj relative to a root jobj, with the location specified by the first argument.
|
|
void | ftParts_800753D4 (Fighter *, struct Fighter_804D6540_x0_t *, HSD_Joint *) |
|
void | ftParts_800755E8 (Fighter *, u8 *) |
|
void | ftParts_80075650 (Fighter_GObj *, HSD_JObj *, struct DObjList *) |
|
void | ftParts_JObjSetRotation (HSD_JObj *, Quaternion *) |
|
void | ftParts_8007592C (Fighter *, int part_idx, f32 rotate_x) |
|
void | ftParts_80075AF0 (Fighter *, int part_idx, f32 rotate_y) |
|
void | ftParts_80075CB4 (Fighter *, int part_idx, f32 rotate_z) |
|
float | ftParts_80075E78 (Fighter *, int part_idx) |
|
float | ftParts_80075F48 (Fighter *, int part_idx) |
|
Inserts a new jobj relative to a root jobj, with the location specified by the first argument.
If type is 0, the new jobj is inserted as a child of the root, and children of the root become children of the new jobj.
If type is 1, the new jobj is inserted as a child of the root, alongside any existing children of the root.
If type is 2, the new jobj is inserted as a sibling of the root. Existing siblings of the root become children of the new jobj.
If type is 3, the new jobj is inserted as a sibling of the root, alongside any existing siblings.