![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssggltfdocument_p.h>
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 |
Definition at line 373 of file qssggltfdocument_p.h.
|
strong |
| Enumerator | |
|---|---|
| Perspective | |
| Orthographic | |
Definition at line 375 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::aspectRatio = 0.0f |
Definition at line 382 of file qssggltfdocument_p.h.
| QString QSSGGltf::Camera::name |
Definition at line 390 of file qssggltfdocument_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Type QSSGGltf::Camera::type = Type::Perspective |
Definition at line 380 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::xmag = 0.0f |
Definition at line 385 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::yfov = 0.0f |
Definition at line 383 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::ymag = 0.0f |
Definition at line 386 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::zfar = 0.0f |
Definition at line 389 of file qssggltfdocument_p.h.
| float QSSGGltf::Camera::znear = 0.0f |
Definition at line 388 of file qssggltfdocument_p.h.