|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <protomesh.h>
Public Attributes | |
| size_t | attachId = size_t(-1) |
| size_t | parentId = size_t(-1) |
| bool | hasChild = false |
| Tempest::Matrix4x4 | transform |
| size_t | submeshIdB = 0 |
| size_t | submeshIdE = 0 |
Definition at line 46 of file protomesh.h.
| size_t ProtoMesh::Node::attachId = size_t(-1) |
Definition at line 47 of file protomesh.h.
| bool ProtoMesh::Node::hasChild = false |
Definition at line 49 of file protomesh.h.
| size_t ProtoMesh::Node::parentId = size_t(-1) |
Definition at line 48 of file protomesh.h.
| size_t ProtoMesh::Node::submeshIdB = 0 |
Definition at line 52 of file protomesh.h.
| size_t ProtoMesh::Node::submeshIdE = 0 |
Definition at line 53 of file protomesh.h.
| Tempest::Matrix4x4 ProtoMesh::Node::transform |
Definition at line 50 of file protomesh.h.