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
 

Detailed Description

Definition at line 630 of file cgltf.h.

Member Data Documentation

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

Definition at line 639 of file cgltf.h.

cgltf_size cgltf_camera::extensions_count

Definition at line 638 of file cgltf.h.

cgltf_extras cgltf_camera::extras

Definition at line 637 of file cgltf.h.

char* cgltf_camera::name

Definition at line 631 of file cgltf.h.

cgltf_camera_orthographic cgltf_camera::orthographic

Definition at line 635 of file cgltf.h.

cgltf_camera_perspective cgltf_camera::perspective

Definition at line 634 of file cgltf.h.

cgltf_camera_type cgltf_camera::type

Definition at line 632 of file cgltf.h.


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