Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::submesh_pose_mat4::transform_index Struct Reference

Maps submesh index to a list of transform indices. Key: submesh_index, Value: list of indices into the transforms array. More...

#include <model.h>

Public Attributes

uint32_t index {}
 
bool active {}
 
bool casts_shadow {true}
 

Detailed Description

Maps submesh index to a list of transform indices. Key: submesh_index, Value: list of indices into the transforms array.

Definition at line 68 of file model.h.

Member Data Documentation

◆ active

bool unravel::submesh_pose_mat4::transform_index::active {}

Definition at line 71 of file model.h.

◆ casts_shadow

bool unravel::submesh_pose_mat4::transform_index::casts_shadow {true}

Definition at line 72 of file model.h.

◆ index

uint32_t unravel::submesh_pose_mat4::transform_index::index {}

Definition at line 70 of file model.h.


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