|
SO3Engine
|
SO3::ALTextureData Struct Reference
Contain the texture's meta-data. More...
#include <ALMaterial.h>
Public Attributes | |
| std::string | path |
| std::string | embname |
| bool | embedded |
| aiTextureType | type |
| aiTextureMapping | mapping |
| unsigned int | uvindex |
| float | blend |
| bool | useAlpha |
| aiTextureOp | op |
| aiTextureMapMode | mapmode [3] |
Detailed Description
Contain the texture's meta-data.
Definition at line 38 of file ALMaterial.h.
Member Data Documentation
◆ blend
| float SO3::ALTextureData::blend |
Definition at line 46 of file ALMaterial.h.
◆ embedded
| bool SO3::ALTextureData::embedded |
Definition at line 42 of file ALMaterial.h.
◆ embname
| std::string SO3::ALTextureData::embname |
Definition at line 41 of file ALMaterial.h.
◆ mapmode
| aiTextureMapMode SO3::ALTextureData::mapmode[3] |
Definition at line 49 of file ALMaterial.h.
◆ mapping
| aiTextureMapping SO3::ALTextureData::mapping |
Definition at line 44 of file ALMaterial.h.
◆ op
| aiTextureOp SO3::ALTextureData::op |
Definition at line 48 of file ALMaterial.h.
◆ path
| std::string SO3::ALTextureData::path |
Definition at line 40 of file ALMaterial.h.
◆ type
| aiTextureType SO3::ALTextureData::type |
Definition at line 43 of file ALMaterial.h.
◆ useAlpha
| bool SO3::ALTextureData::useAlpha |
Definition at line 47 of file ALMaterial.h.
◆ uvindex
| unsigned int SO3::ALTextureData::uvindex |
Definition at line 45 of file ALMaterial.h.
The documentation for this struct was generated from the following file:
- include/SO3SceneLoader/ALMaterial.h
Generated by