Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGGltf::Camera Struct Reference

#include <qssggltfdocument_p.h>

Collaboration diagram for QSSGGltf::Camera:

Public Types

enum class  Type { Perspective , Orthographic }

Public Attributes

Type type = Type::Perspective
float aspectRatio = 0.0f
float yfov = 0.0f
float xmag = 0.0f
float ymag = 0.0f
float znear = 0.0f
float zfar = 0.0f
QString name

Detailed Description

Definition at line 373 of file qssggltfdocument_p.h.

Member Enumeration Documentation

◆ Type

enum class QSSGGltf::Camera::Type
strong
Enumerator
Perspective 
Orthographic 

Definition at line 375 of file qssggltfdocument_p.h.

Member Data Documentation

◆ aspectRatio

float QSSGGltf::Camera::aspectRatio = 0.0f

Definition at line 382 of file qssggltfdocument_p.h.

◆ name

QString QSSGGltf::Camera::name

◆ type

Type QSSGGltf::Camera::type = Type::Perspective

Definition at line 380 of file qssggltfdocument_p.h.

◆ xmag

float QSSGGltf::Camera::xmag = 0.0f

Definition at line 385 of file qssggltfdocument_p.h.

◆ yfov

float QSSGGltf::Camera::yfov = 0.0f

Definition at line 383 of file qssggltfdocument_p.h.

◆ ymag

float QSSGGltf::Camera::ymag = 0.0f

Definition at line 386 of file qssggltfdocument_p.h.

◆ zfar

float QSSGGltf::Camera::zfar = 0.0f

Definition at line 389 of file qssggltfdocument_p.h.

◆ znear

float QSSGGltf::Camera::znear = 0.0f

Definition at line 388 of file qssggltfdocument_p.h.


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