Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::skin_bind_data::vertex_influence Struct Reference

Describes how a bone influences a specific vertex. More...

#include <mesh.h>

Public Attributes

uint32_t vertex_index = 0
 < The index of the vertex influenced by the bone.
 
float weight = 0.0f
 

Detailed Description

Describes how a bone influences a specific vertex.

Definition at line 50 of file mesh.h.

Member Data Documentation

◆ vertex_index

uint32_t unravel::skin_bind_data::vertex_influence::vertex_index = 0

< The index of the vertex influenced by the bone.

The weight of the influence.

Definition at line 53 of file mesh.h.

◆ weight

float unravel::skin_bind_data::vertex_influence::weight = 0.0f

Definition at line 55 of file mesh.h.


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