5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
18 static constexpr const char*
TypeName =
"CameraOrthographic";
Classes for working with glTF models.
An orthographic camera containing properties to create an orthographic projection matrix.
static constexpr const char * TypeName
The original name of this type.
double xmag
The floating-point horizontal magnification of the view. This value MUST NOT be equal to zero....
double zfar
The floating-point distance to the far clipping plane. This value MUST NOT be equal to zero....
double ymag
The floating-point vertical magnification of the view. This value MUST NOT be equal to zero....
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
double znear
The floating-point distance to the near clipping plane.
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...