cgv
Loading...
Searching...
No Matches
fx::gltf::Skin Struct Reference

Public Attributes

int32_t inverseBindMatrices { -1 }
 
int32_t skeleton { -1 }
 
std::string name
 
std::vector< uint32_t > joints {}
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 761 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

nlohmann::json fx::gltf::Skin::extensionsAndExtras {}

Definition at line 769 of file gltf.h.

◆ inverseBindMatrices

int32_t fx::gltf::Skin::inverseBindMatrices { -1 }

Definition at line 763 of file gltf.h.

◆ joints

std::vector<uint32_t> fx::gltf::Skin::joints {}

Definition at line 767 of file gltf.h.

◆ name

std::string fx::gltf::Skin::name

Definition at line 766 of file gltf.h.

◆ skeleton

int32_t fx::gltf::Skin::skeleton { -1 }

Definition at line 764 of file gltf.h.


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