#include <hps.h>
Classes | |
class | Color |
class | Texture |
Public Types | |
enum | Channel : uint32_t { Channel::DiffuseColor = 1, Channel::DiffuseTexture = 2, Channel::Specular = 3, Channel::Emission = 4, Channel::Transmission = 5, Channel::Mirror = 6, Channel::Bump = 7, Channel::EnvironmentTexture = 8, Channel::EnvironmentCubeMap = 9, Channel::Gloss = 10, Channel::Alpha = 11 } |
enum | Type : uint32_t { Type::None = 0, Type::FullMaterial, Type::RGBColor, Type::RGBAColor, Type::MaterialIndex, Type::TextureName, Type::ModulatedTexture, Type::CubeMapName, Type::ModulatedCubeMap, Type::GlossValue, Type::DiffuseChannelAlpha } |
Detailed Description
The Material class is a concept class for material-related enum classes.
Member Enumeration Documentation
◆ Channel
|
strong |
◆ Type
|
strong |
Enumerates the types of materials that can be set on various Visualize entities.
Enumerator | |
---|---|
None | No material was set. |
FullMaterial | A full material was set. The MaterialKit is valid. |
RGBColor | An RGB color was set. The RGBColor is valid. |
RGBAColor | An RGBA color was set. The RGBAColor is valid. |
MaterialIndex | A material index was set. The material index (float value) is valid. |
TextureName | An unmodulated texture was set. The texture name is valid. |
ModulatedTexture | A modulated texture was set. Both the RGBColor (or RGBAColor) and texture name are valid. |
CubeMapName | An unmodulated cube map texture was set. The cube map texture name is valid. |
ModulatedCubeMap | A modulated cube map was set. Both the RGBColor (or RGBAColor) and cube map texture name are valid. |
GlossValue | A gloss value was set. The gloss (float value) is valid. |
DiffuseChannelAlpha | An alpha value was set. The alpha (float value) is valid. |
The documentation for this class was generated from the following file:
- include/hps.h