Functions | |
Bool | SetIESLight (BaseObject *op, IESLight *data, BaseDocument *doc) |
IESLight * | GetIESLight (BaseObject *op) |
Bool cineware::SetIESLight | ( | BaseObject * | op, |
IESLight * | data, | ||
BaseDocument * | doc | ||
) |
Sets IES data for a light object.
[in] | op | The light object. The caller owns the pointed light object. |
[in] | data | The IES data to set. The caller owns the pointed light data. |
[in] | doc | The document of the light object. The caller owns the pointed document. |
IESLight* cineware::GetIESLight | ( | BaseObject * | op | ) |
Gets the IES data for a light object.
[in] | op | The light object.The caller owns the pointed light object. |