Go to the source code of this file.
|
class | i6e::api::AnimatedLuminousAppearanceComponent |
| interpolates light colours and attenuation (e.g. range) For creating a AnimatedLuminousAppearanceComponent, these keys are possible:
Name | Required | Type | Description | Public |
diffuseDuration | no | int | duration of one diffuse interpolation cycle | yes |
diffuseKey_<timePoint> | no | Vec3 | diffuse colour at timePoint encoded in name (timePoint between 0 and 1) | yes |
specularDuration | no | int | duration of one specular interpolation cycle | yes |
specularKey_<timePoint> | no | Vec3 | specular colour at timePoint encoded in name (timePoint between 0 and 1) | yes |
attenuationDuration | no | int | duration of one attenuation interpolation cycle | yes |
attenuationKey_<timePoint> | no | Vec4 | attenuation at timePoint encoded in name (timePoint between 0 and 1) | yes |
More...
|
|