cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::Camera::Type Struct Reference

Known values for Specifies if the camera uses a perspective or orthographic projection. More...

#include <CesiumGltf/Camera.h>

Static Public Attributes

static const std::string perspective = "perspective"
 perspective
 
static const std::string orthographic = "orthographic"
 orthographic
 

Detailed Description

Known values for Specifies if the camera uses a perspective or orthographic projection.

Definition at line 28 of file Camera.h.

Member Data Documentation

◆ orthographic

const std::string CesiumGltf::Camera::Type::orthographic = "orthographic"
inlinestatic

orthographic

Definition at line 33 of file Camera.h.

◆ perspective

const std::string CesiumGltf::Camera::Type::perspective = "perspective"
inlinestatic

perspective

Definition at line 30 of file Camera.h.


The documentation for this struct was generated from the following file: