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

@@ -66,8 +66,8 @@ void func_802F8110(struct3s *this, Gfx **gdl, Mtx **mptr, u32 arg3){
startPtr = vector_getBegin(this->unk20);
endPtr = vector_getEnd(this->unk20);
for(iPtr = startPtr; iPtr < endPtr; iPtr++){
set_model_render_mode(2);
func_803391A4(gdl, mptr, iPtr, 0, 1.0f, 0, this->unk2C);
modelRender_setDepthMode(MODEL_RENDER_DEPTH_COMPARE);
modelRender_draw(gdl, mptr, iPtr, 0, 1.0f, 0, this->unk2C);
iPtr->unk18 = func_8033A170();
}
}