Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
CharacterAssetData Struct Reference

Contains asset data loaded into memory for a specific character. More...

#include <AssetTypes.hpp>

Collaboration diagram for CharacterAssetData:
Collaboration graph

Public Attributes

std::vector< CharacterVertexvertices
 
std::vector< uint32_t > indices
 
ImageData texture
 
std::vector< glm::mat4 > boneTransformations {}
 bone transformation storage data More...
 
std::vector< BoneNodebones
 
std::array< Animation, ANIMATION_TYPE_COUNT > animations
 

Detailed Description

Contains asset data loaded into memory for a specific character.

Member Data Documentation

◆ animations

std::array<Animation, ANIMATION_TYPE_COUNT> CharacterAssetData::animations

◆ bones

std::vector<BoneNode> CharacterAssetData::bones

◆ boneTransformations

std::vector<glm::mat4> CharacterAssetData::boneTransformations {}

bone transformation storage data

◆ indices

std::vector<uint32_t> CharacterAssetData::indices

◆ texture

ImageData CharacterAssetData::texture

◆ vertices

std::vector<CharacterVertex> CharacterAssetData::vertices

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