eduEngine 1.0
Course framework for DA376B
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Friends | List of all members
eeng::RenderableMesh Class Reference

A model loaded from file prepared with GL textures and buffers. More...

#include <RenderableMesh.hpp>

Public Types

using index_hash_t = std::unordered_map<std::string, unsigned>
 

Public Member Functions

void load (const std::string &file, bool just_animations=false)
 
void load (const std::string &file, unsigned xiflags, unsigned aiflags=0)
 
void removeTranslationKeys (const std::string &node_name)
 
void removeTranslationKeys (int node_index)
 
void animate (int anim_index, float time, AnmationTimeFormat animTimeFormat=AnmationTimeFormat::RealTime)
 
unsigned getNbrAnimations () const
 
std::string getAnimationName (unsigned i) const
 

Public Attributes

VectorTree< SkeletonNodem_nodetree
 
std::vector< Bone > m_bones
 
std::vector< glm::mat4 > boneMatrices
 
std::vector< AnimationClip > m_animations
 
std::vector< Submesh > m_meshes
 
std::vector< PhongMaterialm_materials
 
std::vector< Texture2Dm_textures
 
std::vector< AABBm_bone_aabbs_bind
 
std::vector< AABBm_bone_aabbs_pose
 
std::vector< AABBm_mesh_aabbs_bind
 
std::vector< AABBm_mesh_aabbs_pose
 
AABB m_model_aabb
 
unsigned m_embedded_textures_ofs = 0
 
index_hash_t m_texturehash
 
index_hash_t m_bonehash
 
index_hash_t m_nodehash
 
logstreamer_t log
 
AABB mSceneAABB
 

Friends

class ForwardRenderer
 

Detailed Description

A model loaded from file prepared with GL textures and buffers.

Member Function Documentation

◆ animate()

void eeng::RenderableMesh::animate ( int anim_index,
float time,
AnmationTimeFormat animTimeFormat = AnmationTimeFormat::RealTime )
Parameters
anim_index
time
animTimeFormat

◆ getAnimationName()

std::string eeng::RenderableMesh::getAnimationName ( unsigned i) const
Parameters
i
Returns

◆ getNbrAnimations()

unsigned eeng::RenderableMesh::getNbrAnimations ( ) const
Returns

◆ removeTranslationKeys() [1/2]

void eeng::RenderableMesh::removeTranslationKeys ( const std::string & node_name)
Parameters
node_name

◆ removeTranslationKeys() [2/2]

void eeng::RenderableMesh::removeTranslationKeys ( int node_index)
Parameters
node_index

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