#include <StdMesh.h>
Definition at line 155 of file StdMesh.h.
◆ Vertex
◆ GetFace()
| const StdMeshFace& StdSubMesh::GetFace |
( |
size_t |
i | ) |
const |
|
inline |
◆ GetMaterial()
◆ GetNumFaces()
| size_t StdSubMesh::GetNumFaces |
( |
| ) |
const |
|
inline |
◆ GetNumVertices()
| size_t StdSubMesh::GetNumVertices |
( |
| ) |
const |
|
inline |
◆ GetOffsetInIBO()
| size_t StdSubMesh::GetOffsetInIBO |
( |
| ) |
const |
|
inline |
Definition at line 174 of file StdMesh.h.
174 {
return index_buffer_offset; }
◆ GetOffsetInVBO()
| size_t StdSubMesh::GetOffsetInVBO |
( |
| ) |
const |
|
inline |
Definition at line 173 of file StdMesh.h.
173 {
return vertex_buffer_offset; }
◆ GetVertex()
| const Vertex& StdSubMesh::GetVertex |
( |
size_t |
i | ) |
const |
|
inline |
Definition at line 164 of file StdMesh.h.
164 {
return Vertices[i]; }
◆ GetVertices()
| const std::vector<Vertex>& StdSubMesh::GetVertices |
( |
| ) |
const |
|
inline |
◆ StdMesh
◆ StdMeshLoader
◆ StdMeshMaterialUpdate
The documentation for this class was generated from the following file: