FreeWRL / FreeX3D 4.3.0
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
 

Detailed Description

Definition at line 457 of file cgltf.h.

Field Documentation

◆ extras

cgltf_extras cgltf_camera::extras

Definition at line 464 of file cgltf.h.

◆ name

char* cgltf_camera::name

Definition at line 458 of file cgltf.h.

◆ orthographic

cgltf_camera_orthographic cgltf_camera::orthographic

Definition at line 462 of file cgltf.h.

◆ perspective

cgltf_camera_perspective cgltf_camera::perspective

Definition at line 461 of file cgltf.h.

◆ type

cgltf_camera_type cgltf_camera::type

Definition at line 459 of file cgltf.h.


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