modelRender.c documentation

This commit is contained in:
Banjo Kazooie
2022-12-01 00:21:11 -06:00
parent 0ffe8f35a2
commit b74c76a430
69 changed files with 296 additions and 326 deletions

View File

@@ -600,8 +600,8 @@ void func_802AD2A8(Gfx **gdl, Mtx **mPtr, void *arg2){
player_getRotation(&sp34);
func_8028E9C4(2, &sp28);
set_model_render_mode(1);
func_803391A4(gdl, mPtr, &sp28, &sp34, D_8037D3F0, NULL, D_8037D3E8);
modelRender_setDepthMode(MODEL_RENDER_DEPTH_FULL);
modelRender_draw(gdl, mPtr, &sp28, &sp34, D_8037D3F0, NULL, D_8037D3E8);
}