summaryrefslogtreecommitdiffstats
path: root/tools/trackeditor/code/main/shapeconstants.h
blob: c6c777d5e06774f2dea20b5ef004bca6e4aed26c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#ifndef SHAPE_CONSTANTS_H
#define SHAPE_CONSTANTS_H

#define LEAD_COLOR            1 // green
#define ACTIVE_COLOR       1 // white
#define ACTIVE_AFFECTED_COLOR 1  // purple
#define DORMANT_COLOR         1  // blue
#define HILITE_COLOR       1 // pale blue

#define P3D_BILLBOARD_QUAD_ID       0x040260
#define P3D_BILLBOARD_QUAD_GROUP_ID 0x040261
#define MAYA_LAMBERT_ID             1380729165
#define MAYA_PHONG_ID               1380993103
#define MAYA_LAYERED_SHADER_ID      1280922195

namespace TETreeLine
{

const float MIN_DISPLAY_SIZE=0.001f;

enum {
    WIREFRAME,
    WIREFRAME_SHADED,
    SMOOTH_SHADED,
    FLAT_SHADED,
    VERTICES,
    LAST_TOKEN
};

};  //namespace TETreeLine


#endif //SHAPE_CONSTANTS_H