Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions | Variables
skin.c File Reference
#include <ultra64.h>
#include <macros.h>
#include "gd_types.h"
#include "skin.h"
#include "gd_main.h"
#include "objects.h"
#include "skin_movement.h"
#include "particles.h"
#include "debug_utils.h"
#include "joints.h"
#include "gd_math.h"
#include "renderer.h"

Functions

void func_80191F10 (struct ObjNet *net)
 
void reset_net (struct ObjNet *net)
 
void Unknown80192294 (struct ObjNet *net)
 
void Unknown801922FC (struct ObjNet *net)
 
struct ObjNetmake_net (UNUSED s32 a0, struct ObjShape *shapedata, struct ObjGroup *a2, struct ObjGroup *a3, struct ObjGroup *a4)
 
void func_80192528 (struct ObjNet *net)
 
void func_801926A4 (struct ObjNet *net)
 
void Unknown80192AD0 (struct ObjNet *net)
 
void move_bonesnet (struct ObjNet *net)
 
void func_80192CCC (struct ObjNet *net)
 
void convert_gd_verts_to_Vn (struct ObjGroup *grp)
 
void convert_gd_verts_to_Vtx (struct ObjGroup *grp)
 
void convert_net_verts (struct ObjNet *net)
 
void func_801934D0 (struct ObjNet *net)
 
void move_net (struct ObjNet *net)
 
void move_nets (struct ObjGroup *group)
 
void Unknown8019373C (struct ObjNet *net)
 
void func_80193848 (struct ObjGroup *group)
 
void gd_print_net (struct ObjNet *net)
 
void reset_net_count (void)
 

Variables

struct ObjNetgGdSkinNet
 
static s32 D_801BAAF4
 
static s32 sNetCount
 

Function Documentation

◆ convert_gd_verts_to_Vn()

void convert_gd_verts_to_Vn ( struct ObjGroup grp)

◆ convert_gd_verts_to_Vtx()

void convert_gd_verts_to_Vtx ( struct ObjGroup grp)

◆ convert_net_verts()

void convert_net_verts ( struct ObjNet net)

◆ func_80191F10()

void func_80191F10 ( struct ObjNet net)

◆ func_80192528()

void func_80192528 ( struct ObjNet net)

◆ func_801926A4()

void func_801926A4 ( struct ObjNet net)

◆ func_80192CCC()

void func_80192CCC ( struct ObjNet net)

◆ func_801934D0()

void func_801934D0 ( struct ObjNet net)

◆ func_80193848()

void func_80193848 ( struct ObjGroup group)

◆ gd_print_net()

void gd_print_net ( struct ObjNet net)

◆ make_net()

struct ObjNet* make_net ( UNUSED s32  a0,
struct ObjShape shapedata,
struct ObjGroup a2,
struct ObjGroup a3,
struct ObjGroup a4 
)

◆ move_bonesnet()

void move_bonesnet ( struct ObjNet net)

◆ move_net()

void move_net ( struct ObjNet net)

◆ move_nets()

void move_nets ( struct ObjGroup group)

◆ reset_net()

void reset_net ( struct ObjNet net)

◆ reset_net_count()

void reset_net_count ( void  )

◆ Unknown80192294()

void Unknown80192294 ( struct ObjNet net)

◆ Unknown801922FC()

void Unknown801922FC ( struct ObjNet net)

◆ Unknown80192AD0()

void Unknown80192AD0 ( struct ObjNet net)

◆ Unknown8019373C()

void Unknown8019373C ( struct ObjNet net)

Variable Documentation

◆ D_801BAAF4

s32 D_801BAAF4
static

◆ gGdSkinNet

struct ObjNet* gGdSkinNet

◆ sNetCount

s32 sNetCount
static