Fixed broken LevelRenderer.cpp and removed merge garbage

This commit is contained in:
JuiceyDev
2026-03-29 20:55:59 -05:00
committed by Tropical
parent a3f7f7d03c
commit abba4b57ce
6 changed files with 609 additions and 190 deletions
+9
View File
@@ -27,8 +27,17 @@ option(
)
option(
<<<<<<< HEAD
'enable_frame_profiler',
type: 'boolean',
value: false,
description: 'Enable the in-engine frame profiler for render hotspot discovery.',
)
=======
'occlusion_culling',
type: 'combo',
choices: ['off', 'frustum', 'bfs', 'hardware'],
value: 'frustum',
description: 'Occlusion culling mode. Off disables ALL CULLING (debug only!), Frustum disables offscreen rendering (default), BFS is experimental connectivity culling, hardware uses GPU queries.',
)
>>>>>>> db062d4ba (new culler)