Represents a node in the imported model hierarchy. More...
#include <ImportResult.h>
Public Attributes | |
| std::string | name |
| glm::vec3 | position {0.0f} |
| glm::vec3 | rotation {0.0f} |
| glm::vec3 | scale {1.0f} |
| std::vector< size_t > | mesh_indices |
| Indices into ImportResult::meshes. | |
| std::vector< size_t > | child_indices |
| Indices into ImportResult::nodes. | |
Represents a node in the imported model hierarchy.
Definition at line 15 of file ImportResult.h.
| std::vector<size_t> hellfire::ImportedNode::child_indices |
Indices into ImportResult::nodes.
Definition at line 24 of file ImportResult.h.
| std::vector<size_t> hellfire::ImportedNode::mesh_indices |
Indices into ImportResult::meshes.
Definition at line 22 of file ImportResult.h.
| std::string hellfire::ImportedNode::name |
Definition at line 16 of file ImportResult.h.
| glm::vec3 hellfire::ImportedNode::position {0.0f} |
Definition at line 17 of file ImportResult.h.
| glm::vec3 hellfire::ImportedNode::rotation {0.0f} |
Definition at line 18 of file ImportResult.h.
| glm::vec3 hellfire::ImportedNode::scale {1.0f} |
Definition at line 19 of file ImportResult.h.