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

Public Attributes

float aspectRatio {}
 
float yfov {}
 
float zfar {}
 
float znear {}
 
nlohmann::json extensionsAndExtras {}
 

Additional Inherited Members

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

Detailed Description

Definition at line 539 of file gltf.h.

Member Data Documentation

◆ aspectRatio

float fx::gltf::Camera::Perspective::aspectRatio {}

Definition at line 541 of file gltf.h.

◆ extensionsAndExtras

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

Definition at line 546 of file gltf.h.

◆ yfov

float fx::gltf::Camera::Perspective::yfov {}

Definition at line 542 of file gltf.h.

◆ zfar

float fx::gltf::Camera::Perspective::zfar {}

Definition at line 543 of file gltf.h.

◆ znear

float fx::gltf::Camera::Perspective::znear {}

Definition at line 544 of file gltf.h.


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