21SpecularMaterialProperties::SpecularMaterialProperties()
46 if (this->diffuseTexture !=
nullptr) this->diffuseTexture->
releaseReference();
90 auto diffuseTextureMaskedTransparencyTest =
true;
94 auto alpha = textureData->
get(i * 4 + 3);
96 if (alpha > 5 || alpha < 250) diffuseTextureMaskedTransparencyTest =
false;
103 if (this->specularTexture !=
nullptr) this->specularTexture->
releaseReference();
120 if (this->normalTexture !=
nullptr) this->normalTexture->
releaseReference();
const string & getId() const
ByteBuffer * getTextureData()
int32_t getTextureHeight() const
void setAtlasSize(int32_t atlasSize)
Set atlas size.
int32_t getTextureWidth() const
void set(const array< float, 4 > &color)
Set up color.
Represents specular material properties.
string diffuseTransparencyTextureFileName
string normalTexturePathName
float diffuseTextureMaskedTransparencyThreshold
string diffuseTextureFileName
void checkDiffuseTextureTransparency()
Checks and set ups diffuse texture transparency.
bool diffuseTextureTransparency
string specularTexturePathName
~SpecularMaterialProperties()
Destructor.
string specularTextureFileName
Texture * specularTexture
string diffuseTexturePathName
void setSpecularTexture(Texture *specularTexture)
Set up a specular texture by the texture itself.
string normalTextureFileName
void setDiffuseTexture(Texture *diffuseTexture)
Set up a diffuse texture by the texture itself.
bool diffuseTextureMaskedTransparency
void setNormalTexture(Texture *normalTexture)
Set up a normal texture by the texture itself.
string diffuseTransparencyTexturePathName
uint8_t get(int32_t position)
void releaseReference()
releases a reference, thus decrementing the counter and delete it if reference counter is zero
void acquireReference()
acquires a reference, incrementing the counter