Move pre-streaming logic from KRNode and descendants to KRScene, simplifying KRNode render methods

This commit is contained in:
2025-11-13 22:01:24 -08:00
parent 614ce0a151
commit e029e0b3fc
14 changed files with 40 additions and 41 deletions

View File

@@ -121,8 +121,6 @@ void KRReverbZone::setZone(const std::string& zone)
void KRReverbZone::render(RenderInfo& ri)
{
if (m_lod_visible <= LOD_VISIBILITY_PRESTREAM) return;
KRNode::render(ri);
bool bVisualize = ri.camera->settings.debug_display == KRRenderSettings::KRENGINE_DEBUG_DISPLAY_SIREN_REVERB_ZONES;