2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Frustum culling fix

This commit is contained in:
Jack Andersen
2017-11-21 12:18:52 -10:00
parent 7a5dff47b7
commit ef4a07e963
4 changed files with 6 additions and 6 deletions

View File

@@ -920,8 +920,8 @@ void CBooRenderer::DrawUnsortedGeometry(int areaIdx, int mask, int targetMask)
if (!x44_frustumPlanes.aabbFrustumTest(model->x20_aabb))
{
//model->x40_25_modelVisible = false;
//continue;
model->x40_25_modelVisible = false;
continue;
}
if (x318_25_drawWireframe)