IExportContext.OnLight
Description:
This method marks the beginning of export of a light which is enabled for rendering.
This method marks the beginning of export of a light which is enabled for rendering.
Remarks:
This method is only called for photo-rendering export (a custom exporter that implements IPhotoRenderContext).
This method is only called for photo-rendering export (a custom exporter that implements IPhotoRenderContext).
void OnLight(
LightNode node
)
-
nodeA node describing the light object.