Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Camera
GlobeCamera
GlobeCameraControllerConfiguration.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "GlobeCamera.h"
6
7
namespace
Eegeo
8
{
9
namespace
Camera
10
{
11
namespace
GlobeCamera
12
{
14
struct
GlobeCameraControllerConfiguration
15
{
17
float
globeModeZoomDistance
;
18
20
float
globeModeBeginPitchAltitude
;
21
23
float
globeModeEndPitchAltitude
;
24
26
float
globeModeBeginFOVChangeAltitude
;
27
29
float
globeModeEndFOVChangeAltitude
;
30
32
float
minimumTilt
;
33
35
float
pitchCityMode
;
36
38
float
pitchGlobeMode
;
39
41
float
maxAltitude
;
42
44
float
zoomAltitudeLow
;
45
47
float
zoomAltitudeHigh
;
48
50
float
touchZoomScaleAtAltitudeLow
;
51
53
float
touchZoomScaleAtAltitudeHigh
;
54
56
float
touchPanScaleAtAltitudeLow
;
57
59
float
touchPanScaleAtAltitudeHigh
;
60
62
float
fovZoomedInCity
;
63
65
float
fovZoomedInGlobe
;
66
68
float
fovZoomedOutGlobe
;
69
72
float
clipPlaneThresholdAltitude
;
73
75
float
transitionTimeToPolarPanHeadingSeconds
;
76
78
bool
terrainFollowingEnabled
;
79
81
bool
forceApplyMapCollapse
;
82
85
bool
computeNearFarPlanes
;
86
88
float
nearPlane
;
89
91
float
farPlane
;
92
97
float
altitudeSmoothingTimeConstant
;
98
101
float
altitudeSmoothingMaxHeightDelta
;
102
105
static
GlobeCameraControllerConfiguration
CreateDefault
(
bool
useLowLodSettings);
106
};
107
}
108
}
109
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1