|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <staticmesh.h>
Public Attributes | |
| std::string | name |
| size_t | numFrames = 0 |
| size_t | samplesPerFrame = 0 |
| int32_t | layer = 0 |
| uint64_t | tickPerFrame = 50 |
| uint64_t | duration = 0 |
| size_t | index = 0 |
Definition at line 31 of file staticmesh.h.
| uint64_t StaticMesh::Morph::duration = 0 |
Definition at line 37 of file staticmesh.h.
| size_t StaticMesh::Morph::index = 0 |
Definition at line 39 of file staticmesh.h.
| int32_t StaticMesh::Morph::layer = 0 |
Definition at line 35 of file staticmesh.h.
| std::string StaticMesh::Morph::name |
Definition at line 32 of file staticmesh.h.
| size_t StaticMesh::Morph::numFrames = 0 |
Definition at line 33 of file staticmesh.h.
| size_t StaticMesh::Morph::samplesPerFrame = 0 |
Definition at line 34 of file staticmesh.h.
| uint64_t StaticMesh::Morph::tickPerFrame = 50 |
Definition at line 36 of file staticmesh.h.