Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
cgltf_node Struct Reference

#include <cgltf.h>

+ Collaboration diagram for cgltf_node:

Public Attributes

char * name
 
cgltf_nodeparent
 
cgltf_node ** children
 
cgltf_size children_count
 
cgltf_skinskin
 
cgltf_meshmesh
 
cgltf_cameracamera
 
cgltf_lightlight
 
cgltf_floatweights
 
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_extensionextensions
 

Detailed Description

Definition at line 611 of file cgltf.h.

Member Data Documentation

◆ camera

cgltf_camera* cgltf_node::camera

Definition at line 618 of file cgltf.h.

◆ children

cgltf_node** cgltf_node::children

Definition at line 614 of file cgltf.h.

◆ children_count

cgltf_size cgltf_node::children_count

Definition at line 615 of file cgltf.h.

◆ extensions

cgltf_extension* cgltf_node::extensions

Definition at line 632 of file cgltf.h.

◆ extensions_count

cgltf_size cgltf_node::extensions_count

Definition at line 631 of file cgltf.h.

◆ extras

cgltf_extras cgltf_node::extras

Definition at line 630 of file cgltf.h.

◆ has_matrix

cgltf_bool cgltf_node::has_matrix

Definition at line 625 of file cgltf.h.

◆ has_rotation

cgltf_bool cgltf_node::has_rotation

Definition at line 623 of file cgltf.h.

◆ has_scale

cgltf_bool cgltf_node::has_scale

Definition at line 624 of file cgltf.h.

◆ has_translation

cgltf_bool cgltf_node::has_translation

Definition at line 622 of file cgltf.h.

◆ light

cgltf_light* cgltf_node::light

Definition at line 619 of file cgltf.h.

◆ matrix

cgltf_float cgltf_node::matrix[16]

Definition at line 629 of file cgltf.h.

◆ mesh

cgltf_mesh* cgltf_node::mesh

Definition at line 617 of file cgltf.h.

◆ name

char* cgltf_node::name

Definition at line 612 of file cgltf.h.

◆ parent

cgltf_node* cgltf_node::parent

Definition at line 613 of file cgltf.h.

◆ rotation

cgltf_float cgltf_node::rotation[4]

Definition at line 627 of file cgltf.h.

◆ scale

cgltf_float cgltf_node::scale[3]

Definition at line 628 of file cgltf.h.

◆ skin

cgltf_skin* cgltf_node::skin

Definition at line 616 of file cgltf.h.

◆ translation

cgltf_float cgltf_node::translation[3]

Definition at line 626 of file cgltf.h.

◆ weights

cgltf_float* cgltf_node::weights

Definition at line 620 of file cgltf.h.

◆ weights_count

cgltf_size cgltf_node::weights_count

Definition at line 621 of file cgltf.h.


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