#include <lightwidget.h>
Public Member Functions | |
CLightWidget (ILightingState *ls) | |
Constructs a lighting widget. |
This withget is bound to a ILightingState object and then displays and manipulates its content. The ILightingState object must live longer than the CLightWidget object.
This widget supports the manipulation of all state defined in the ILightingState interface, except the current material state. That state can be manipulated with a CMaterialWidget object.
CLightWidget::CLightWidget | ( | ILightingState * | ls | ) |
Constructs a lighting widget.
ls | ILightState object to manipulate. |