243 void setDiffuseTexture(
const string& pathName,
const string& fileName,
const string& transparencyPathName =
string(),
const string& transparencyFileName =
string());
Represents specular material properties.
string diffuseTransparencyTextureFileName
void setAmbientColor(const Color4 &ambientColor)
Set ambient color component.
const Color4 & getDiffuseColor() const
bool hasDiffuseTextureTransparency() const
string normalTexturePathName
float diffuseTextureMaskedTransparencyThreshold
const string & getSpecularTexturePathName() const
string diffuseTextureFileName
bool hasDiffuseTextureMaskedTransparency() const
bool hasColorTransparency() const
void checkDiffuseTextureTransparency()
Checks and set ups diffuse texture transparency.
float getReflection() const
void setDiffuseColor(const Color4 &diffuseColor)
Set diffuse color component.
bool diffuseTextureTransparency
string specularTexturePathName
~SpecularMaterialProperties()
Destructor.
void setDiffuseTextureTransparency(bool textureTransparency)
Set diffuse texture transparency.
const string & getDiffuseTransparencyTexturePathName() const
void setEmissionColor(const Color4 &emissionColor)
Set emission color component.
void setDiffuseTextureMaskedTransparency(bool maskedTransparency)
Set if diffuse texture uses masked transparency(means pixel are eighter opaque or not visible)
void setDiffuseTexturePathName(const string &diffuseTexturePathName)
Set diffuse texture path name.
string specularTextureFileName
Texture * specularTexture
void setSpecularColor(const Color4 &specularColor)
Set specular color component.
float getDiffuseTextureMaskedTransparencyThreshold() const
void setNormalTextureFileName(const string &normalTextureFileName)
Set normal texture file name.
void setTextureMatrix(const Matrix2D3x3 &textureMatrix)
Set texture matrix.
string diffuseTexturePathName
void setNormalTexturePathName(const string &normalTexturePathName)
Set normal texture path name.
const string & getDiffuseTextureFileName() const
bool hasSpecularTexture() const
Matrix2D3x3 textureMatrix
Texture * getDiffuseTexture() const
void setSpecularTextureFileName(const string &specularTextureFileName)
Set specular texture file name.
void setDiffuseTextureMaskedTransparencyThreshold(float maskedTransparencyThreshold)
Set diffuse texture masked transparency threshold.
bool hasTextureTransparency() const
void setDiffuseTextureFileName(const string &diffuseTextureFileName)
Set diffuse texture file name.
const Color4 & getSpecularColor() const
const string & getDiffuseTexturePathName() const
void setEmbedTextures(bool embedTextures)
Set if to embed textures.
void setSpecularTexture(Texture *specularTexture)
Set up a specular texture by the texture itself.
const Matrix2D3x3 & getTextureMatrix() const
Texture * getNormalTexture() const
bool hasDiffuseTexture() const
string normalTextureFileName
void setDiffuseTexture(Texture *diffuseTexture)
Set up a diffuse texture by the texture itself.
const Color4 & getAmbientColor() const
const string & getNormalTexturePathName() const
bool diffuseTextureMaskedTransparency
void setNormalTexture(Texture *normalTexture)
Set up a normal texture by the texture itself.
const Color4 & getEmissionColor() const
const string & getNormalTextureFileName() const
bool hasNormalTexture() const
string diffuseTransparencyTexturePathName
void setSpecularTexturePathName(const string &specularTexturePathName)
Set specular texture path name.
const string & getDiffuseTransparencyTextureFileName() const
const string & getSpecularTextureFileName() const
void setTextureAtlasSize(int32_t textureAtlasSize)
Set texture atlas size.
Texture * getSpecularTexture() const
float getShininess() const
SpecularMaterialProperties()
Public constructor.
bool hasEmbeddedTextures() const
void setReflection(float reflection)
Set up material reflection.
bool getDiffuseTextureTransparency()
int32_t getTextureAtlasSize() const
void setShininess(float shininess)
Set up material shininess.