|
Foundation
|
#include <cgltf.h>
Public Attributes | ||
| char * | name | |
| cgltf_camera_type | type | |
| union { | ||
| cgltf_camera_perspective perspective | ||
| cgltf_camera_orthographic orthographic | ||
| } | data | |
| cgltf_bool | has_lens | |
| cgltf_camera_lens | lens | |
| 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_bool cgltf_camera::has_lens |
| cgltf_camera_lens cgltf_camera::lens |
| char* cgltf_camera::name |
| cgltf_camera_orthographic cgltf_camera::orthographic |
| cgltf_camera_perspective cgltf_camera::perspective |
| cgltf_camera_type cgltf_camera::type |