cesium-native  0.41.0
CameraOrthographic.h
1 // This file was generated by generate-classes.
2 // DO NOT EDIT THIS FILE!
3 #pragma once
4 
5 #include "CesiumGltf/Library.h"
6 
7 #include <CesiumUtility/ExtensibleObject.h>
8 
9 namespace CesiumGltf {
14 struct CESIUMGLTF_API CameraOrthographic final
16  static inline constexpr const char* TypeName = "CameraOrthographic";
17 
22  double xmag = double();
23 
28  double ymag = double();
29 
34  double zfar = double();
35 
39  double znear = double();
40 };
41 } // namespace CesiumGltf
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.