The small3d library
Public Member Functions | Public Attributes | List of all members
small3d::Model::Joint Struct Reference

joint More...

#include <Model.hpp>

Public Member Functions

template<class Archive >
void serialize (Archive &archive)
 

Public Attributes

uint32_t node = 0
 
std::string name
 
Mat4 inverseBindMatrix = Mat4(1.0f)
 
Quat rotation = { 1.0f, 0.0f, 0.0f, 0.0f }
 
Vec3 scale = Vec3(1.0f, 1.0f, 1.0f)
 
Vec3 translation = Vec3(0.0f, 0.0f, 0.0f)
 
Mat4 transformation = Mat4(1.0f)
 
std::vector< uint32_t > children
 
std::vector< Animationanimations
 

Detailed Description

joint


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