Class StaticPointLightComponent

Inheritance Relationships

Base Type

Class Documentation

class StaticPointLightComponent : public PointLightComponent

Component to apply static point lights to the scene. These type of lights are rendered in larger numbers with the limitation that they are static i.e. movement of these lights will not show up inside the final render.

Public Functions

StaticPointLightComponent(Entity &owner, const JSON::json &data)
~StaticPointLightComponent()
void draw()

Expose the component data with ImGui.