osgEarth 2.1.1
Defines | Typedefs

/home/cube/sources/osgearth/src/osgEarthDrivers/engine_droam/Common File Reference

#include <osgEarth/Common>
Include dependency graph for Common:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define OSGEARTH_DROAM_ENGINE_COMMON_H   1
#define WHITE   osg::Vec4f(1,1,1,1)
#define RED   osg::Vec4f(1,0,0,1)
#define BLUE   osg::Vec4f(0,0,1,1)
#define GREEN   osg::Vec4f(0,1,0,1)
#define YELLOW   osg::Vec4f(1,1,0,1)
#define MAGENTA   osg::Vec4f(1,0,1,1)
#define CYAN   osg::Vec4f(0,1,1,1)
#define RESERVED_VERTICES   20000
#define USE_DIRTY_QUEUE
#define USE_TEXTURES
#define MAX_ACTIVE_LEVEL   30
#define MAX_JOBS_PER_FRAME   10
#define MAX_ACTIVE_LEVEL   30
#define CULL_RANGE_FACTOR   2
#define AMR_PATCH_ROWS   8

Typedefs

typedef unsigned int NodeIndex
typedef unsigned short Level
typedef short ChildIndex
typedef short AncestorIndex
typedef int TravNumber

Define Documentation

#define AMR_PATCH_ROWS   8

Definition at line 73 of file Common.

#define BLUE   osg::Vec4f(0,0,1,1)

Definition at line 34 of file Common.

#define CULL_RANGE_FACTOR   2

Definition at line 70 of file Common.

#define CYAN   osg::Vec4f(0,1,1,1)

Definition at line 38 of file Common.

#define GREEN   osg::Vec4f(0,1,0,1)

Definition at line 35 of file Common.

#define MAGENTA   osg::Vec4f(1,0,1,1)

Definition at line 37 of file Common.

#define MAX_ACTIVE_LEVEL   30

Definition at line 67 of file Common.

#define MAX_ACTIVE_LEVEL   30

Definition at line 67 of file Common.

#define MAX_JOBS_PER_FRAME   10

Definition at line 64 of file Common.

#define OSGEARTH_DROAM_ENGINE_COMMON_H   1

Definition at line 20 of file Common.

#define RED   osg::Vec4f(1,0,0,1)

Definition at line 33 of file Common.

#define RESERVED_VERTICES   20000

Definition at line 42 of file Common.

#define USE_DIRTY_QUEUE

Definition at line 45 of file Common.

#define USE_TEXTURES

Definition at line 48 of file Common.

#define WHITE   osg::Vec4f(1,1,1,1)

Definition at line 32 of file Common.

#define YELLOW   osg::Vec4f(1,1,0,1)

Definition at line 36 of file Common.


Typedef Documentation

typedef short AncestorIndex

Definition at line 28 of file Common.

typedef short ChildIndex

Definition at line 27 of file Common.

typedef unsigned short Level

Definition at line 26 of file Common.

typedef unsigned int NodeIndex

Definition at line 25 of file Common.

typedef int TravNumber

Definition at line 29 of file Common.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines