Represents specular material properties.
void setBaseColorTextureMaskedTransparencyThreshold(float maskedTransparencyThreshold)
Set base color texture masked transparency threshold.
void setBaseColorTexture(Texture *baseColorTexture)
Set up a base color texture by the texture itself.
bool hasBaseColorTexture() const
bool hasMetallicRoughnessTexture() const
string normalTexturePathName
PBRMaterialProperties()
Public constructor.
const string & getBaseColorTextureFileName() const
Texture * baseColorTexture
const string & getBaseColorTexturePathName() const
float getExposure() const
const string & getMetallicRoughnessTexturePathName() const
float baseColorTextureMaskedTransparencyThreshold
Texture * getBaseColorTexture() const
float getNormalScale() const
void setBaseColorTextureTransparency(bool transparency)
Set if base color texture uses transparency.
void setRoughnessFactor(float roughnessFactor)
Set roughness factor.
void setBaseColorFactor(const Color4 &baseColorFactor)
Set base color factor.
void setExposure(float exposure)
Set exposure.
Texture * metallicRoughnessTexture
void setNormalScale(float normalScale)
Set normal scale.
const string & getMetallicRoughnessTextureFileName() const
string baseColorTextureFileName
~PBRMaterialProperties()
Destructor.
const Color4 & getBaseColorFactor() const
string metallicRoughnessTexturePathName
bool baseColorTextureTransparency
Texture * getMetallicRoughnessTexture() const
void setMetallicRoughnessTexture(Texture *metallicRoughnessTexture)
Set up a metallic roughness texture by the texture itself.
void setBaseColorTextureMaskedTransparency(bool maskedTransparency)
Set if base color texture uses masked transparency(means pixel are eighter opaque or not visible)
void setEmbedTextures(bool embedTextures)
Set if to embed textures.
bool baseColorTextureMaskedTransparency
Texture * getNormalTexture() const
string normalTextureFileName
bool hasBaseColorTextureTransparency() const
string metallicRoughnessTextureFileName
const string & getNormalTexturePathName() const
float getMetallicFactor() const
float getBaseColorTextureMaskedTransparencyThreshold() const
void setNormalTexture(Texture *normalTexture)
Set up a normal texture by the texture itself.
const string & getNormalTextureFileName() const
bool hasNormalTexture() const
string baseColorTexturePathName
void setMetallicFactor(float metallicFactor)
Set metallic factor.
bool hasEmbeddedTextures() const
bool hasBaseColorTextureMaskedTransparency() const
float getRoughnessFactor() const
void checkBaseColorTextureTransparency()
Checks and set ups base color texture transparency.