DarkRadiant: master a99eb275

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 02.09.2020 19:31 master 64547b94
Changeset Add new interface method RenderableCollector::addLight()

This will be the entry point for light sources into the render front-end,
eventually replacing the "back channel" into the RenderSystem via
attachLight(). The new method is called from LightNode::renderSolid() but
currently has an empty implementation in each RenderableCollector.
mod - include/irenderable.h Diff File
mod - libs/render/SimpleFrontendRenderer.h Diff File
mod - radiant/camera/CamWnd.cpp Diff File
mod - radiant/entity/light/LightNode.cpp Diff File
mod - radiant/xyview/XYRenderer.h Diff File