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
GlobeCameraTouchControllerConfiguration.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
GlobeCameraTouchControllerConfiguration
15
{
17
float
panDeadZone
;
18
20
float
panDecayNormal
;
21
23
float
panDecayHeavilyDamped
;
24
26
float
panInertiaMax
;
27
29
float
rotationDecay
;
30
32
float
rotationMaxVelocity
;
33
35
float
zoomDecay
;
36
38
float
tiltScale
;
39
42
float
tiltThreshold
;
43
45
static
GlobeCameraTouchControllerConfiguration
CreateDefault
();
46
};
47
}
48
}
49
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1