5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
18 static inline constexpr
const char* TypeName =
"CameraPerspective";
32 double yfov = double();
41 std::optional<double>
zfar;
46 double znear = double();
Classes for working with glTF models.
A perspective camera containing properties to create a perspective projection matrix.
std::optional< double > aspectRatio
The floating-point aspect ratio of the field of view.
std::optional< double > zfar
The floating-point distance to the far clipping plane.
The base class for objects that have extensions and extras.