Move more repeated logic out of node render methods into KRScene

This commit is contained in:
2025-11-13 22:17:11 -08:00
parent e029e0b3fc
commit dbf31ceebe
7 changed files with 5 additions and 20 deletions

View File

@@ -75,8 +75,6 @@ AABB KRPointLight::getBounds()
void KRPointLight::render(RenderInfo& ri)
{
if (m_lod_visible <= LOD_VISIBILITY_PRESTREAM) return;
ri.reflectedObjects.push_back(this);
KRLight::render(ri);