Assimp  v3.1.1 (June 2014)
Assimp::Collada::Light Struct Reference

A collada light source. More...

Public Member Functions

 Light ()
 

Public Attributes

float mAttConstant
 Light attenuation. More...
 
float mAttLinear
 
float mAttQuadratic
 
aiColor3D mColor
 Color of the light. More...
 
float mFalloffAngle
 Spot light falloff. More...
 
float mFalloffExponent
 
float mIntensity
 Common light intensity. More...
 
float mOuterAngle
 
float mPenumbraAngle
 ... related stuff from maja and max extensions More...
 
unsigned int mType
 Type of the light source aiLightSourceType + ambient. More...
 

Detailed Description

A collada light source.

Constructor & Destructor Documentation

Assimp::Collada::Light::Light ( )
inline

Member Data Documentation

float Assimp::Collada::Light::mAttConstant

Light attenuation.

float Assimp::Collada::Light::mAttLinear
float Assimp::Collada::Light::mAttQuadratic
aiColor3D Assimp::Collada::Light::mColor

Color of the light.

float Assimp::Collada::Light::mFalloffAngle

Spot light falloff.

float Assimp::Collada::Light::mFalloffExponent
float Assimp::Collada::Light::mIntensity

Common light intensity.

float Assimp::Collada::Light::mOuterAngle
float Assimp::Collada::Light::mPenumbraAngle

... related stuff from maja and max extensions

unsigned int Assimp::Collada::Light::mType

Type of the light source aiLightSourceType + ambient.


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