Struct CAnimatedAssimpModel::VertexBoneData

Nested Relationships

This struct is a nested type of Class CAnimatedAssimpModel.

Struct Documentation

struct VertexBoneData

Public Functions

void addBoneWeight(int boneId, float weight)

Public Members

int boneIds[MAX_BONES_PER_VERTEX] = {-1, -1, -1, -1}
float weights[MAX_BONES_PER_VERTEX] = {0.f, 0.f, 0.f, 0.f}

Public Static Attributes

static constexpr int MAX_BONES_PER_VERTEX = 4