xsimrLightFlags Enum


Enumerations

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

Detailed 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

Enumeration Type Documentation

enum xsimrLightFlags

Enumerator:
XSIMR_LF_DIFFUSE  Calculate the diffuse component.
XSIMR_LF_SPECULAR  Calculate the specular component.