|
VTK
9.6.2
|
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 |
This struct describes a glTF camera object.
glTF can define both perspective or orthographic cameras. Some of the struct's members will be unused depending on the camera type.
Definition at line 443 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::Znear |
Definition at line 446 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::Zfar |
Definition at line 447 of file vtkGLTFDocumentLoader.h.
| bool vtkGLTFDocumentLoader::Camera::IsPerspective |
Definition at line 448 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::Xmag |
Definition at line 450 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::Ymag |
Definition at line 451 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::Yfov |
Definition at line 453 of file vtkGLTFDocumentLoader.h.
| double vtkGLTFDocumentLoader::Camera::AspectRatio |
Definition at line 454 of file vtkGLTFDocumentLoader.h.
| std::string vtkGLTFDocumentLoader::Camera::Name |
Definition at line 455 of file vtkGLTFDocumentLoader.h.