#include <NBF.h>
Inheritance diagram for NBFLightSource:
Public Attributes | |
float | intensity |
Specifies the light intensity. | |
float3_t | ambientColor |
Specifies the ambient color term of the light. | |
float3_t | diffuseColor |
Specifies the diffuse color term of the light. | |
float3_t | specularColor |
Specifies the specular color term of the light. | |
trafo_t | trafo |
Specifies how to position the light in world space. | |
uint_t | animation |
A NBFLightSource serves as base class only. Concrete object codes valid for a NBFLightSource are NBF_DIRECTED_LIGHT, NBF_POINT_LIGHT, and NBF_SPOT_LIGHT.
|
Specifies the light intensity.
|
|
Specifies the ambient color term of the light.
|
|
Specifies the diffuse color term of the light.
|
|
Specifies the specular color term of the light.
|
|
Specifies how to position the light in world space.
|
|
Specifies the file offset to an optional NBFTrafoAnimation object to be applied to the light transform (orientation and translation). |