xsimrLightFlags Enum
 
 
 
xsimrLightFlags Enum

Module description

Determines which computation should be performed based on the magic number XSIMR_LIGHTDATA_LABEL.

See also:
Light Attribute Define, xsimrLightFlags Enum
Light Attribute Define, xsimrLightData
Since:
7.0

Enumerations

enum   xsimrLightFlags { XSIMR_LF_DIFFUSE = 1 << 0, XSIMR_LF_SPECULAR = 1 << 1 }

Enumeration Type Documentation

Enumerator:
XSIMR_LF_DIFFUSE 

Calculate the diffuse component.

XSIMR_LF_SPECULAR 

Calculate the specular component.