Material
- class HPS.Material : public IDisposable
The Material class is a concept class for material-related enum classes.
Public Types
- enum Channel
-
Values:
- class Color : public IDisposable
The MaterialColor Class
Public Types
- class Texture : public IDisposable
The Material.Texture class is a concept class for texture-related enum classes.
Public Types
- enum ChannelMapping
MaterialTexture ChannelMapping
Values:
- Red
MaterialTexture ChannelMapping.
- Green
MaterialTexture ChannelMapping.
- Blue
MaterialTexture ChannelMapping.
- Alpha
MaterialTexture ChannelMapping.
- Zero
MaterialTexture ChannelMapping.
- One
MaterialTexture ChannelMapping.
- Luminance
MaterialTexture ChannelMapping.
- enum Decimation
Enumeration of the various decimation filters for textures. These are used when the texture needs to minimized.
Values:
- None
- Anisotropic
- Mipmap
- enum Interpolation
Enumeration of the various interpolation filters for textures. These are used when the texture needs to be magnified.
Values:
- None
- Bilinear