HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GLTF_NAMESPACE::GLTF_Camera Struct Reference

#include <GLTF_Types.h>

Public Attributes

UT_Optional< GLTF_Orthographicorthographic
 
UT_Optional< GLTF_Perspectiveperspective
 
UT_String type = ""
 
UT_String name = ""
 

Detailed Description

Definition at line 333 of file GLTF_Types.h.

Member Data Documentation

UT_String GLTF_NAMESPACE::GLTF_Camera::name = ""

Definition at line 338 of file GLTF_Types.h.

UT_Optional<GLTF_Orthographic> GLTF_NAMESPACE::GLTF_Camera::orthographic

Definition at line 335 of file GLTF_Types.h.

UT_Optional<GLTF_Perspective> GLTF_NAMESPACE::GLTF_Camera::perspective

Definition at line 336 of file GLTF_Types.h.

UT_String GLTF_NAMESPACE::GLTF_Camera::type = ""

Definition at line 337 of file GLTF_Types.h.


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