Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh::armature_node Struct Reference

#include <mesh.h>

Public Attributes

std::string name
 < Name of the armature node.
 
math::transform local_transform
 Children nodes of this armature node.
 
std::vector< std::unique_ptr< armature_node > > children
 submesh indices affected by this node
 
std::vector< uint32_t > submeshes
 
int index {-1}
 

Detailed Description

Definition at line 370 of file mesh.h.

Member Data Documentation

◆ children

std::vector<std::unique_ptr<armature_node> > unravel::mesh::armature_node::children

submesh indices affected by this node

Definition at line 377 of file mesh.h.

◆ index

int unravel::mesh::armature_node::index {-1}

Definition at line 381 of file mesh.h.

◆ local_transform

math::transform unravel::mesh::armature_node::local_transform

Children nodes of this armature node.

Definition at line 375 of file mesh.h.

◆ name

std::string unravel::mesh::armature_node::name

< Name of the armature node.

Local transform of the armature node.

Definition at line 373 of file mesh.h.

◆ submeshes

std::vector<uint32_t> unravel::mesh::armature_node::submeshes

Definition at line 379 of file mesh.h.


The documentation for this struct was generated from the following file: