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

@@ -289,7 +289,7 @@ void func_802E1168(Actor *this) {
}
actor_setOpacity(this, local->unk4);
this->unk124_9 = (255.0 == local->unk4) ? 1 : 2;
this->depth_mode = (255.0 == local->unk4) ? MODEL_RENDER_DEPTH_FULL : MODEL_RENDER_DEPTH_COMPARE;
}
extern f32 D_8037E624;