|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <animmesh.h>
Classes | |
| struct | SubMesh |
Public Types | |
| using | VertexA = Resources::VertexA |
Public Member Functions | |
| AnimMesh (const PackedMesh &data) | |
Public Attributes | |
| Tempest::VertexBuffer< VertexA > | vbo |
| Tempest::IndexBuffer< uint32_t > | ibo |
| Tempest::StorageBuffer | ibo8 |
| std::vector< SubMesh > | sub |
| Bounds | bbox |
| const size_t | bonesCount = 0 |
Definition at line 11 of file animmesh.h.
| using AnimMesh::VertexA = Resources::VertexA |
Definition at line 13 of file animmesh.h.
| AnimMesh::AnimMesh | ( | const PackedMesh & | data | ) |
Definition at line 19 of file animmesh.cpp.
| Bounds AnimMesh::bbox |
Definition at line 28 of file animmesh.h.
| const size_t AnimMesh::bonesCount = 0 |
Definition at line 29 of file animmesh.h.
| Tempest::IndexBuffer<uint32_t> AnimMesh::ibo |
Definition at line 25 of file animmesh.h.
| Tempest::StorageBuffer AnimMesh::ibo8 |
Definition at line 26 of file animmesh.h.
| std::vector<SubMesh> AnimMesh::sub |
Definition at line 27 of file animmesh.h.
| Tempest::VertexBuffer<VertexA> AnimMesh::vbo |
Definition at line 24 of file animmesh.h.