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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user