CPP-TOOLBOX
Loading...
Searching...
No Matches
draw_info::VertexBoneData Struct Reference

#include <draw_info.hpp>

Public Member Functions

 VertexBoneData ()
 
void add_bone_data (unsigned int BoneID, float Weight)
 

Public Attributes

unsigned int indices_of_bones_that_affect_this_vertex [4] = {0}
 
float weight_value_of_this_vertex_wrt_bone [4] = {0.0f}
 

Constructor & Destructor Documentation

◆ VertexBoneData()

draw_info::VertexBoneData::VertexBoneData ( )
inline

Member Function Documentation

◆ add_bone_data()

void draw_info::VertexBoneData::add_bone_data ( unsigned int BoneID,
float Weight )

Member Data Documentation

◆ indices_of_bones_that_affect_this_vertex

unsigned int draw_info::VertexBoneData::indices_of_bones_that_affect_this_vertex[4] = {0}

◆ weight_value_of_this_vertex_wrt_bone

float draw_info::VertexBoneData::weight_value_of_this_vertex_wrt_bone[4] = {0.0f}

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