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

@@ -109,8 +109,8 @@ Actor *chyumblie_draw(ActorMarker *this, Gfx **gfx, Mtx** mtx, Vtx **vtx){
return thisActor;
}
func_8033A2D4(func_803253A0, thisActor, sp40);
func_8033A2E8(func_80325794, this);
modelRender_preDraw((GenMethod_1) func_803253A0, (s32)thisActor);
modelRender_postDraw((GenMethod_1) func_80325794, (s32)this);
sp44[0] = thisActor->position_x;
sp44[1] = thisActor->position_y + sp40->unk0*75.0f;
sp44[2] = thisActor->position_z;