HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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_extras extras
 
cgltf_size extensions_count
 
cgltf_extensionextensions
 
union {
   cgltf_camera_perspective   perspective
 
   cgltf_camera_orthographic   orthographic
 
data
 

Detailed Description

Definition at line 667 of file cgltf.h.

Member Data Documentation

union { ... } cgltf_camera::data
union { ... } cgltf_camera::data
cgltf_extension * cgltf_camera::extensions

Definition at line 676 of file cgltf.h.

cgltf_size cgltf_camera::extensions_count

Definition at line 675 of file cgltf.h.

cgltf_extras cgltf_camera::extras

Definition at line 674 of file cgltf.h.

char * cgltf_camera::name

Definition at line 668 of file cgltf.h.

cgltf_camera_orthographic cgltf_camera::orthographic

Definition at line 672 of file cgltf.h.

cgltf_camera_perspective cgltf_camera::perspective

Definition at line 671 of file cgltf.h.

cgltf_camera_type cgltf_camera::type

Definition at line 669 of file cgltf.h.


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