![]() |
Public API Reference |
![]() |
A model. More...
#include <cstool/importkit.h>
Classes | |
class | Mesh |
Model mesh, contains actual geometry. More... | |
Public Types | |
enum | ModelType { Factory, Object } |
Type of this model. More... | |
Public Member Functions | |
const Mesh & | GetMesh (size_t index) const |
Get a mesh. | |
size_t | GetMeshCount () const |
Get number of meshes in this model. | |
const wchar_t * | GetName () const |
Return the name of the model. |
A model.
A model contains of multiple meshes, each containing vertices, triangles, and a single material.
Definition at line 70 of file importkit.h.
Type of this model.
Definition at line 128 of file importkit.h.
const Mesh& CS::Utility::ImportKit::Container::Model::GetMesh | ( | size_t | index | ) | const [inline] |
Get a mesh.
Definition at line 126 of file importkit.h.
size_t CS::Utility::ImportKit::Container::Model::GetMeshCount | ( | ) | const [inline] |
Get number of meshes in this model.
Definition at line 124 of file importkit.h.
const wchar_t* CS::Utility::ImportKit::Container::Model::GetName | ( | ) | const [inline] |
Return the name of the model.
Definition at line 74 of file importkit.h.