Foundation
Loading...
Searching...
No Matches
Public Attributes | List of all members
cgltf_camera Struct Reference

#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_extensionextensions
 

Member Data Documentation

◆ [union]

union { ... } cgltf_camera::data

◆ extensions

cgltf_extension* cgltf_camera::extensions

◆ extensions_count

cgltf_size cgltf_camera::extensions_count

◆ extras

cgltf_extras cgltf_camera::extras

◆ has_lens

cgltf_bool cgltf_camera::has_lens

◆ lens

cgltf_camera_lens cgltf_camera::lens

◆ name

char* cgltf_camera::name

◆ orthographic

cgltf_camera_orthographic cgltf_camera::orthographic

◆ perspective

cgltf_camera_perspective cgltf_camera::perspective

◆ type

cgltf_camera_type cgltf_camera::type

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