17PBRMaterialProperties::PBRMaterialProperties()
40 if (this->baseColorTexture !=
nullptr) this->baseColorTexture->
releaseReference();
58 if (this->metallicRoughnessTexture !=
nullptr) this->metallicRoughnessTexture->
releaseReference();
92 auto baseColorTextureMaskedTransparencyTest =
true;
96 auto alpha = textureData->
get(i * 4 + 3);
98 if (alpha > 5 || alpha < 250) baseColorTextureMaskedTransparencyTest =
false;
const string & getId() const
ByteBuffer * getTextureData()
int32_t getTextureHeight() const
int32_t getTextureWidth() const
void set(const array< float, 4 > &color)
Set up color.
Represents specular material properties.
void setBaseColorTexture(Texture *baseColorTexture)
Set up a base color texture by the texture itself.
string normalTexturePathName
Texture * baseColorTexture
float baseColorTextureMaskedTransparencyThreshold
Texture * metallicRoughnessTexture
string baseColorTextureFileName
~PBRMaterialProperties()
Destructor.
string metallicRoughnessTexturePathName
bool baseColorTextureTransparency
void setMetallicRoughnessTexture(Texture *metallicRoughnessTexture)
Set up a metallic roughness texture by the texture itself.
bool baseColorTextureMaskedTransparency
string normalTextureFileName
string metallicRoughnessTextureFileName
void setNormalTexture(Texture *normalTexture)
Set up a normal texture by the texture itself.
string baseColorTexturePathName
void checkBaseColorTextureTransparency()
Checks and set ups base color texture transparency.
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