
#include <cgltf.h>
Collaboration diagram for cgltf_camera:Public Attributes | |
| char * | name |
| cgltf_camera_type | type |
| union { | |
| cgltf_camera_perspective perspective | |
| cgltf_camera_orthographic orthographic | |
| } | data |
| cgltf_extras | extras |
| cgltf_size | extensions_count |
| cgltf_extension * | extensions |
| union { ... } cgltf_camera::data |
| cgltf_extension* cgltf_camera::extensions |
| cgltf_size cgltf_camera::extensions_count |
| cgltf_extras cgltf_camera::extras |
| cgltf_camera_orthographic cgltf_camera::orthographic |
| cgltf_camera_perspective cgltf_camera::perspective |
| cgltf_camera_type cgltf_camera::type |
