core2/modelRender.c documentation

This commit is contained in:
Banjo Kazooie
2022-12-01 13:27:28 -06:00
parent b74c76a430
commit aa33833595
43 changed files with 385 additions and 356 deletions

View File

@@ -42,7 +42,7 @@ void func_80334540(Gfx** gdl, Mtx **mptr, Vtx **vptr) {
func_8024CE60(sp44, sp40);
func_8024C904(gdl, mptr);
if (func_80309F78() != 0) {
func_803091D4(gdl, mptr, vptr);
levelModel_opa_draw(gdl, mptr, vptr);
if (func_802E49F0() == 0) {
func_80322E64(gdl, mptr, vptr);
}
@@ -65,7 +65,7 @@ void func_80334540(Gfx** gdl, Mtx **mptr, Vtx **vptr) {
func_802F0A34(gdl, mptr, vptr);
}
if (func_802E49F0() == 0) {
func_80309628(gdl, mptr, vptr);
levelModel_xlu_draw(gdl, mptr, vptr);
}
if (func_802E49F0() == 0) {
func_8032D3D8(gdl, mptr, vptr);
@@ -78,7 +78,7 @@ void func_80334540(Gfx** gdl, Mtx **mptr, Vtx **vptr) {
}
func_802D520C(gdl, mptr, vptr);
} else {
func_803091D4(gdl, mptr, vptr);
levelModel_opa_draw(gdl, mptr, vptr);
func_80322E64(gdl, mptr, vptr);
func_8034F6F0(gdl, mptr, vptr);
func_8028E6A4(gdl, mptr, vptr);
@@ -154,7 +154,7 @@ void func_80334910(void) {
func_80323100();
cubeList_free();
func_8031B710();
func_80309FF0();
levelModel_free();
func_8030A6B0();
func_80333918();
sky_free();