All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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  {
15  {
18 
21 
24 
27 
30 
32  float minimumTilt;
33 
36 
39 
41  float maxAltitude;
42 
45 
48 
51 
54 
57 
60 
63 
66 
69 
73 
76 
79 
82 
86 
88  float nearPlane;
89 
91  float farPlane;
92 
98 
102 
105  static GlobeCameraControllerConfiguration CreateDefault(bool useLowLodSettings);
106  };
107  }
108  }
109 }