IES Light

Functions

Bool SetIESLight (BaseObject *op, IESLight *data, BaseDocument *doc)
 
IESLightGetIESLight (BaseObject *op)
 

Detailed Description

Function Documentation

◆ SetIESLight()

Bool cineware::SetIESLight ( BaseObject op,
IESLight data,
BaseDocument doc 
)

Sets IES data for a light object.

Parameters
[in]opThe light object. The caller owns the pointed light object.
[in]dataThe IES data to set. The caller owns the pointed light data.
[in]docThe document of the light object. The caller owns the pointed document.
Returns
true if the IES light data was successfully set, otherwise false.

◆ GetIESLight()

IESLight* cineware::GetIESLight ( BaseObject op)

Gets the IES data for a light object.

Parameters
[in]opThe light object.The caller owns the pointed light object.
Returns
The IES data for the light object op.