xsimrLightIllumData Struct Reference
 
 
 
xsimrLightIllumData Struct Reference

#include <xsi_miuserdata_defs.h>


Class Description

If set by a shader, will be filled in by Softimage's light shaders to contain a separated light and shadow information. Also contains the amount of contribution this light gives to the diffuse and specular components of the shading model.

See also:
xsimrLightFlags Enum
Since:
8.0 (2010)

List of all members.

Public Attributes

miUint  struct_size
miBoolean  set
miScalar  diffuse
miScalar  specular
miColor  color
miColor  shadow

Member Data Documentation

miUint struct_size

Set to sizeof() struct, for versioning

miBoolean set

Values were set by the light

miScalar diffuse

Diffuse contribution

miScalar specular

Specular contribution

miColor color

Light color without shadow.

miColor shadow

Shadow color. Multiply with the light color to get final value.


The documentation for this struct was generated from the following file: