5 #include "CesiumGltf/Library.h"
7 #include <CesiumUtility/ExtensibleObject.h>
16 static inline constexpr
const char* TypeName =
"CameraOrthographic";
22 double xmag = double();
28 double ymag = double();
34 double zfar = double();
39 double znear = double();
Classes for working with glTF models.
An orthographic camera containing properties to create an orthographic projection matrix.
The base class for objects that have extensions and extras.