![]() |
FormIt C++ API
v23.0.0 (2023.0.0)
|
Data used to construct a texture.
#include <GeometryDataContainers.h>
Public Attributes | |
| ::string | m_name |
| The name of the texture, generally the filename used to generate it. More... | |
| ::vector< char > | m_texture |
| The bitmap data of the texture, as in APICreateMaterialWithTexture(). More... | |
| bool | m_bUseBitmapAlpha = true |
| Indicates whether the bitmap data's alpha channel is used or not. More... | |
| bool WSM::TextureData::m_bUseBitmapAlpha = true |
Indicates whether the bitmap data's alpha channel is used or not.
| ::string WSM::TextureData::m_name |
The name of the texture, generally the filename used to generate it.
| ::vector<char> WSM::TextureData::m_texture |
The bitmap data of the texture, as in APICreateMaterialWithTexture().