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

A collada light source. More...

Public Member Functions

 Light ()
 

Public Attributes

ai_real mAttConstant
 Light attenuation. More...
 
ai_real mAttLinear
 
ai_real mAttQuadratic
 
aiColor3D mColor
 Color of the light. More...
 
ai_real mFalloffAngle
 Spot light falloff. More...
 
ai_real mFalloffExponent
 
ai_real mIntensity
 Common light intensity. More...
 
ai_real mOuterAngle
 
ai_real 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

ai_real Assimp::Collada::Light::mAttConstant

Light attenuation.

◆ mAttLinear

ai_real Assimp::Collada::Light::mAttLinear

◆ mAttQuadratic

ai_real Assimp::Collada::Light::mAttQuadratic

◆ mColor

aiColor3D Assimp::Collada::Light::mColor

Color of the light.

◆ mFalloffAngle

ai_real Assimp::Collada::Light::mFalloffAngle

Spot light falloff.

◆ mFalloffExponent

ai_real Assimp::Collada::Light::mFalloffExponent

◆ mIntensity

ai_real Assimp::Collada::Light::mIntensity

Common light intensity.

◆ mOuterAngle

ai_real Assimp::Collada::Light::mOuterAngle

◆ mPenumbraAngle

ai_real 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: