|
Assimp
v4.1. (December 2018)
|
Data structure for a material. More...
Public Attributes | |
| uint | mNumAllocated |
| uint | mNumProperties |
| Number of properties loaded. More... | |
| aiMaterialProperty ** | mProperties |
| List of all material properties loaded. More... | |
Data structure for a material.
Material data is stored using a key-value structure. A single key-value pair is called a material property. The properties can be queried using the aiMaterialGetXXX family of functions. The library defines a set of standard keys (AI_MATKEY_XXX).
| uint assimp::material::aiMaterial::mNumAllocated |
| uint assimp::material::aiMaterial::mNumProperties |
Number of properties loaded.
| aiMaterialProperty** assimp::material::aiMaterial::mProperties |
List of all material properties loaded.