![]() |
Wise&mystical
1.0
Project about Europe
|
#include <cgltf.h>
Public Attributes | |
char * | name |
cgltf_node * | parent |
cgltf_node ** | children |
cgltf_size | children_count |
cgltf_skin * | skin |
cgltf_mesh * | mesh |
cgltf_camera * | camera |
cgltf_light * | light |
cgltf_float * | weights |
cgltf_size | weights_count |
cgltf_bool | has_translation |
cgltf_bool | has_rotation |
cgltf_bool | has_scale |
cgltf_bool | has_matrix |
cgltf_float | translation [3] |
cgltf_float | rotation [4] |
cgltf_float | scale [3] |
cgltf_float | matrix [16] |
cgltf_extras | extras |
cgltf_size | extensions_count |
cgltf_extension * | extensions |
cgltf_camera* cgltf_node::camera |
cgltf_node** cgltf_node::children |
cgltf_size cgltf_node::children_count |
cgltf_extension* cgltf_node::extensions |
cgltf_size cgltf_node::extensions_count |
cgltf_extras cgltf_node::extras |
cgltf_bool cgltf_node::has_matrix |
cgltf_bool cgltf_node::has_rotation |
cgltf_bool cgltf_node::has_scale |
cgltf_bool cgltf_node::has_translation |
cgltf_light* cgltf_node::light |
cgltf_float cgltf_node::matrix[16] |
cgltf_mesh* cgltf_node::mesh |
cgltf_node* cgltf_node::parent |
cgltf_float cgltf_node::rotation[4] |
cgltf_float cgltf_node::scale[3] |
cgltf_skin* cgltf_node::skin |
cgltf_float cgltf_node::translation[3] |
cgltf_float* cgltf_node::weights |
cgltf_size cgltf_node::weights_count |