Macros | |
#define | CHANNEL_COLOR |
#define | CHANNEL_LUMINANCE |
#define | CHANNEL_TRANSPARENCY |
#define | CHANNEL_REFLECTION |
#define | CHANNEL_ENVIRONMENT |
#define | CHANNEL_FOG |
#define | CHANNEL_BUMP |
#define | CHANNEL_ALPHA |
#define | CHANNEL_SPECULAR |
#define | CHANNEL_SPECULARCOLOR |
#define | CHANNEL_GLOW |
#define | CHANNEL_DISPLACEMENT |
#define | CHANNEL_DIFFUSION |
#define | CHANNEL_NORMAL |
#define | CHANNEL_ANY |
#define CHANNEL_COLOR |
The color channel of a material.
#define CHANNEL_LUMINANCE |
The luminance channel of a material.
#define CHANNEL_TRANSPARENCY |
The transparency channel of a material.
#define CHANNEL_REFLECTION |
The reflection channel of a material.
#define CHANNEL_ENVIRONMENT |
The environment channel of a material.
#define CHANNEL_FOG |
The fog channel of the material.
#define CHANNEL_BUMP |
The bump channel of the material.
#define CHANNEL_ALPHA |
The alpha channel of the material.
#define CHANNEL_SPECULAR |
The specular channel of the material.
#define CHANNEL_SPECULARCOLOR |
The specular color channel of the material.
#define CHANNEL_GLOW |
The glow channel of the material.
#define CHANNEL_DISPLACEMENT |
The displacement channel of the material.
#define CHANNEL_DIFFUSION |
The diffusion channel of the material.
#define CHANNEL_NORMAL |
The normal channel of the material.
#define CHANNEL_ANY |
An unlabeled plugin channel.