HPS.Material.Texture
- class HPS.Material.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