naev 0.11.5
cgltf_camera Struct Reference

Data Fields

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.

Field Documentation

◆ extensions

cgltf_extension* cgltf_camera::extensions

Definition at line 639 of file cgltf.h.

◆ extensions_count

cgltf_size cgltf_camera::extensions_count

Definition at line 638 of file cgltf.h.

◆ extras

cgltf_extras cgltf_camera::extras

Definition at line 637 of file cgltf.h.

◆ name

char* cgltf_camera::name

Definition at line 631 of file cgltf.h.

◆ orthographic

cgltf_camera_orthographic cgltf_camera::orthographic

Definition at line 635 of file cgltf.h.

◆ perspective

cgltf_camera_perspective cgltf_camera::perspective

Definition at line 634 of file cgltf.h.

◆ type

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: