cgv
Loading...
Searching...
No Matches
fx::gltf::Camera::Orthographic Struct Reference
Inheritance diagram for fx::gltf::Camera::Orthographic:
fx::gltf::NeverEmpty

Public Attributes

float xmag { defaults::FloatSentinel }
 
float ymag { defaults::FloatSentinel }
 
float zfar { -defaults::FloatSentinel }
 
float znear { -defaults::FloatSentinel }
 
nlohmann::json extensionsAndExtras {}
 

Additional Inherited Members

- Public Member Functions inherited from fx::gltf::NeverEmpty
bool empty () const noexcept
 

Detailed Description

Definition at line 529 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

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

Definition at line 536 of file gltf.h.

◆ xmag

float fx::gltf::Camera::Orthographic::xmag { defaults::FloatSentinel }

Definition at line 531 of file gltf.h.

◆ ymag

float fx::gltf::Camera::Orthographic::ymag { defaults::FloatSentinel }

Definition at line 532 of file gltf.h.

◆ zfar

float fx::gltf::Camera::Orthographic::zfar { -defaults::FloatSentinel }

Definition at line 533 of file gltf.h.

◆ znear

float fx::gltf::Camera::Orthographic::znear { -defaults::FloatSentinel }

Definition at line 534 of file gltf.h.


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