VTK  9.3.20240419
Public Attributes | List of all members
vtkGLTFDocumentLoader::Camera Struct Reference

This struct describes a glTF camera object. More...

#include <vtkGLTFDocumentLoader.h>

Public Attributes

double Znear
 
double Zfar
 
bool IsPerspective
 
double Xmag
 
double Ymag
 
double Yfov
 
double AspectRatio
 
std::string Name
 

Detailed Description

This struct describes a glTF camera object.

glTF can define both perpective or orthographic cameras. Some of the struct's members will be unused depending on the camera type.

Definition at line 440 of file vtkGLTFDocumentLoader.h.

Member Data Documentation

◆ Znear

double vtkGLTFDocumentLoader::Camera::Znear

Definition at line 443 of file vtkGLTFDocumentLoader.h.

◆ Zfar

double vtkGLTFDocumentLoader::Camera::Zfar

Definition at line 444 of file vtkGLTFDocumentLoader.h.

◆ IsPerspective

bool vtkGLTFDocumentLoader::Camera::IsPerspective

Definition at line 445 of file vtkGLTFDocumentLoader.h.

◆ Xmag

double vtkGLTFDocumentLoader::Camera::Xmag

Definition at line 447 of file vtkGLTFDocumentLoader.h.

◆ Ymag

double vtkGLTFDocumentLoader::Camera::Ymag

Definition at line 448 of file vtkGLTFDocumentLoader.h.

◆ Yfov

double vtkGLTFDocumentLoader::Camera::Yfov

Definition at line 450 of file vtkGLTFDocumentLoader.h.

◆ AspectRatio

double vtkGLTFDocumentLoader::Camera::AspectRatio

Definition at line 451 of file vtkGLTFDocumentLoader.h.

◆ Name

std::string vtkGLTFDocumentLoader::Camera::Name

Definition at line 452 of file vtkGLTFDocumentLoader.h.


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