vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Enumerations.h
Go to the documentation of this file.
1
9
#ifndef VRECKO_NATURE_TERRAIN_ENUMERATIONS_H
10
#define VRECKO_NATURE_TERRAIN_ENUMERATIONS_H
11
12
namespace
APNature
13
{
19
enum
TerrainAlignment
20
{
21
Left
,
Centre
,
Right
22
};
23
29
enum
DataSourceType
30
{
31
None
,
Image
,
Algorithm
32
};
33
39
enum
AlgorithmType
40
{
41
Displacement
,
Faults
,
PerlinNoise
42
};
43
49
enum
InterpolationType
50
{
51
Linear
,
Cosine
52
};
53
59
enum
FileTypeExport
60
{
61
MAX3DS
,
OBJ
,
IVE
,
OSG
,
FLT
,
AC
,
FBX
62
};
63
}
64
65
#endif
include
vreckoAP
Nature
Terrain
Properties
Enumerations.h
Generated on Tue Feb 19 2013 10:23:44 for vrecko by
1.8.3.1