|
Assimp
v4.1. (December 2018)
|
Class to wrap ASSIMP's asset output structures. More...
Classes | |
| struct | LineVertex |
| class | MeshHelper |
| struct | Vertex |
Public Types | |
| enum | { ORIGINAL = 0x0u, SMOOTH = 0x1u, HARD = 0x2u } |
Public Member Functions | |
| AssetHelper () | |
| void | FlipNormals () |
| void | FlipNormalsInt () |
| void | SetNormalSet (unsigned int iSet) |
Public Attributes | |
| MeshHelper ** | apcMeshes |
| unsigned int | iNormalSet |
| SceneAnimator * | mAnimator |
| aiScene * | pcScene |
Class to wrap ASSIMP's asset output structures.
|
inline |
| void AssimpView::AssetHelper::FlipNormals | ( | ) |
| void AssimpView::AssetHelper::FlipNormalsInt | ( | ) |
| void AssimpView::AssetHelper::SetNormalSet | ( | unsigned int | iSet | ) |
| MeshHelper** AssimpView::AssetHelper::apcMeshes |
| unsigned int AssimpView::AssetHelper::iNormalSet |
| SceneAnimator* AssimpView::AssetHelper::mAnimator |
| aiScene* AssimpView::AssetHelper::pcScene |