class SpecularTextureAttribute
Defined in:  
The C4Attributes.hSpecularTextureAttribute class represents the material attribute for a specular texture map.
Definition
class SpecularTextureAttribute final : public TextureAttribute
Constructor
explicit SpecularTextureAttribute(const char *name);
explicit SpecularTextureAttribute(Texture *texture);
SpecularTextureAttribute(const TextureHeader *header, const void *image = nullptr);
Parameters
name | 
The name of the texture map to load. | 
texture | 
The texture object to use. | 
header | 
A texture header from which to construct a new texture object. | 
image | 
A pointer to a texture image that is used if the texture header does not specify an offset to an image. | 
Description
The SpecularTextureAttribute class represents the material attribute for a specular texture map. The specular texture map modulates specular reflection and environment mapping.See the
TextureAttribute class for a description of the differences among the various constructors.
Base Classes
TextureAttribute | 
All attributes using a texture map are subclasses of TextureAttribute.
 | 
