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

§ Light()

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

Member Data Documentation

§ mAttConstant

float Assimp::Collada::Light::mAttConstant

Light attenuation.

§ mAttLinear

float Assimp::Collada::Light::mAttLinear

§ mAttQuadratic

float Assimp::Collada::Light::mAttQuadratic

§ mColor

aiColor3D Assimp::Collada::Light::mColor

Color of the light.

§ mFalloffAngle

float Assimp::Collada::Light::mFalloffAngle

Spot light falloff.

§ mFalloffExponent

float Assimp::Collada::Light::mFalloffExponent

§ mIntensity

float Assimp::Collada::Light::mIntensity

Common light intensity.

§ mOuterAngle

float Assimp::Collada::Light::mOuterAngle

§ mPenumbraAngle

float Assimp::Collada::Light::mPenumbraAngle

... related stuff from maja and max extensions

§ mType

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

Type of the light source aiLightSourceType + ambient.


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