cesium-native 0.43.0
Loading...
Searching...
No Matches
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#include <CesiumUtility/ExtensibleObject.h>
7
8namespace CesiumGltf {
13struct CESIUMGLTF_API CameraOrthographic final
18 static constexpr const char* TypeName = "CameraOrthographic";
19
24 double xmag = double();
25
30 double ymag = double();
31
36 double zfar = double();
37
41 double znear = double();
42
49 int64_t getSizeBytes() const {
50 int64_t accum = 0;
51 accum += int64_t(sizeof(CameraOrthographic));
53 int64_t(sizeof(CesiumUtility::ExtensibleObject));
54
55 return accum;
56 }
57};
58} // namespace CesiumGltf
Classes for working with glTF models.
An orthographic camera containing properties to create an orthographic projection matrix.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
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 ...