|
struct ObjMaterial * | find_or_add_new_mtl (struct ObjGroup *, s32, f32, f32, f32) |
|
void | func_80197280 (void) |
|
void | calc_face_normal (struct ObjFace *face) |
|
struct ObjVertex * | gd_make_vertex (f32 x, f32 y, f32 z) |
|
struct ObjFace * | make_face_with_colour (f32 r, f32 g, f32 b) |
|
struct ObjFace * | make_face_with_material (struct ObjMaterial *mtl) |
|
void | Unknown8019773C (struct ObjFace *face, struct ObjVertex *vtx1, struct ObjVertex *vtx2, struct ObjVertex *vtx3, struct ObjVertex *vtx4) |
|
void | add_3_vtx_to_face (struct ObjFace *face, struct ObjVertex *vtx1, struct ObjVertex *vtx2, struct ObjVertex *vtx3) |
|
struct ObjShape * | make_shape (s32 flag, const char *name) |
|
void | clear_buf_to_cr (void) |
|
s8 | get_current_buf_char (void) |
|
s8 | get_and_advance_buf (void) |
|
s8 | load_next_line_into_buf (void) |
|
s32 | is_line_end (char c) |
|
s32 | is_white_space (char c) |
|
s32 | scan_to_next_non_whitespace (void) |
|
s32 | is_next_buf_word (char *a0) |
|
s32 | getfloat (f32 *floatPtr) |
|
s32 | getint (s32 *intPtr) |
|
void | Unknown80198068 (UNUSED f32 a0) |
|
void | func_8019807C (struct ObjVertex *vtx) |
|
void | func_801980E8 (f32 *a0) |
|
void | Unknown80198154 (f32 x, f32 y, f32 z) |
|
void | Unknown80198184 (struct ObjShape *shape, f32 x, f32 y, f32 z) |
|
void | scale_obj_position (struct GdObj *obj) |
|
void | translate_obj_position (struct GdObj *obj) |
|
void | scale_verts_in_shape (struct ObjShape *shape, f32 x, f32 y, f32 z) |
|
void | translate_verts_in_shape (struct ObjShape *shape, f32 x, f32 y, f32 z) |
|
void | Unknown80198444 (struct ObjVertex *vtx) |
|
void | Unknown80198524 (struct ObjVertex *vtx) |
|
void | Unknown801985E8 (struct ObjShape *shape) |
|
void | get_3DG1_shape (struct ObjShape *shape) |
|
void | get_OBJ_shape (struct ObjShape *shape) |
|
struct ObjGroup * | group_faces_in_mtl_grp (struct ObjGroup *mtlGroup, struct GdObj *fromObj, struct GdObj *toObj) |
|
struct ObjMaterial * | find_or_add_new_mtl (struct ObjGroup *group, UNUSED s32 a1, f32 r, f32 g, f32 b) |
|
void | read_ARK_shape (struct ObjShape *shape, char *fileName) |
|
struct GdFile * | get_shape_from_file (struct ObjShape *shape, char *fileName) |
|
struct ObjShape * | make_grid_shape (enum ObjTypeFlag gridType, s32 a1, s32 a2, s32 a3, s32 a4) |
|
void | Unknown80199E44 (UNUSED s32 a0, struct GdObj *a1, struct GdObj *a2, UNUSED s32 a3) |
|
void | Unknown80199E88 (struct ObjFace *face) |
|
struct ObjNet * | make_netfromshape (struct ObjShape *shape) |
|
void | animate_mario_head_gameover (struct ObjAnimator *self) |
|
void | animate_mario_head_normal (struct ObjAnimator *self) |
|
s32 | load_mario_head (void(*aniFn)(struct ObjAnimator *)) |
|
void | load_shapes2 (void) |
|
struct ObjGroup * | Unknown8019AB98 (UNUSED u32 a0) |
|
struct ObjGroup * | Unknown8019ADC4 (UNUSED u32 a0) |
|
struct ObjGroup * | Unknown8019AEC4 (UNUSED u32 a0) |
|