| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/shadowed.h>

Public Member Functions | |
| Shadowed (Light *light) | |
| void | setLightSource (Light *light) |
| Light * | getLightSource () const |
| VRS_TYPEINFO (Shadowed, PolyAttribute) | |
| VRS_SERIALIZABLE (Shadowed) | |
Protected Member Functions | |
| Shadowed () | |
| VRS::Shadowed::Shadowed | ( | Light * | light | ) |
Asserts if light is NULL.
| VRS::Shadowed::Shadowed | ( | ) | [protected] |
| void VRS::Shadowed::setLightSource | ( | Light * | light | ) |
Sets the light source whose light portion is modulated by the Shadowed object. Asserts if light is NULL.
| Light* VRS::Shadowed::getLightSource | ( | ) | const |
Returns the light source whose light portion is modulated by the Shadowed object.
| VRS::Shadowed::VRS_TYPEINFO | ( | Shadowed | , | |
| PolyAttribute | ||||
| ) |
| VRS::Shadowed::VRS_SERIALIZABLE | ( | Shadowed | ) |