cgv
Loading...
Searching...
No Matches
fx::gltf::Camera Struct Reference

Classes

struct  Orthographic
 
struct  Perspective
 

Public Types

enum class  Type { None , Orthographic , Perspective }
 

Public Attributes

std::string name {}
 
Type type { Type::None }
 
Orthographic orthographic
 
Perspective perspective
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 520 of file gltf.h.

Member Enumeration Documentation

◆ Type

enum class fx::gltf::Camera::Type
strong

Definition at line 522 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

nlohmann::json fx::gltf::Camera::extensionsAndExtras {}

Definition at line 555 of file gltf.h.

◆ name

std::string fx::gltf::Camera::name {}

Definition at line 549 of file gltf.h.

◆ orthographic

Orthographic fx::gltf::Camera::orthographic

Definition at line 552 of file gltf.h.

◆ perspective

Perspective fx::gltf::Camera::perspective

Definition at line 553 of file gltf.h.

◆ type

Type fx::gltf::Camera::type { Type::None }

Definition at line 550 of file gltf.h.


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