|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <staticmesh.h>
Public Attributes | |
| Material | material |
| size_t | iboOffset = 0 |
| size_t | iboLength = 0 |
| std::string | texName |
| Tempest::AccelerationStructure | blas |
Definition at line 23 of file staticmesh.h.
| Tempest::AccelerationStructure StaticMesh::SubMesh::blas |
Definition at line 28 of file staticmesh.h.
| size_t StaticMesh::SubMesh::iboLength = 0 |
Definition at line 26 of file staticmesh.h.
| size_t StaticMesh::SubMesh::iboOffset = 0 |
Definition at line 25 of file staticmesh.h.
| Material StaticMesh::SubMesh::material |
Definition at line 24 of file staticmesh.h.
| std::string StaticMesh::SubMesh::texName |
Definition at line 27 of file staticmesh.h.