00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef PARAMETERS_DEFAULT_VALUES_HH
00026 #define PARAMETERS_DEFAULT_VALUES_HH
00027
00032
00033
00034
00035
00036
00037
00038
00039
00040 #define DEFAULT_AIMED_POSITION_ROTATION 0
00041 #define DEFAULT_AIMED_POSITION_LOOK_AT_X 0
00042 #define DEFAULT_AIMED_POSITION_LOOK_AT_Y 0
00043 #define DEFAULT_AIMED_POSITION_LOOK_AT_Z 0
00044
00045
00046 #define DEFAULT_DRAWING_LIGHT_COLOR_0 1.0
00047 #define DEFAULT_DRAWING_LIGHT_COLOR_1 1.0
00048 #define DEFAULT_DRAWING_LIGHT_COLOR_2 1.0
00049 #define DEFAULT_DRAWING_BACKGROUND_COLOR_0 0.8
00050 #define DEFAULT_DRAWING_BACKGROUND_COLOR_1 0.8
00051 #define DEFAULT_DRAWING_BACKGROUND_COLOR_2 0.8
00052 #define DEFAULT_DRAWING_DISPLAY_LIGHT true
00053
00054
00055 #define DEFAULT_EYE_POSITION_ROTATION_ALPHA 35
00056 #define DEFAULT_EYE_POSITION_ROTATION_BETA -45
00057 #define DEFAULT_EYE_POSITION_DISTANCE 15
00058 #define DEFAULT_EYE_POSITION_PAS_AVANCEMENT 1
00059 #define DEFAULT_EYE_POSITION_ANGLE_ROTATION 4
00060
00061
00062
00063
00064
00065
00066
00067
00068 #define DEFAULT_AIMED_POINT_LINE_WIDTH 1
00069 #define DEFAULT_AIMED_POINT_LENGTH 0.2
00070 #define DEFAULT_AIMED_POINT_COLOR_0 0.5
00071 #define DEFAULT_AIMED_POINT_COLOR_1 0.5
00072 #define DEFAULT_AIMED_POINT_COLOR_2 0.5
00073
00074
00075 #define DEFAULT_AXIS_LINE_WIDTH 2
00076 #define DEFAULT_AXIS_LENGTH 1.0
00077 #define DEFAULT_AXIS_COLOR_X_0 1.0
00078 #define DEFAULT_AXIS_COLOR_X_1 0.0
00079 #define DEFAULT_AXIS_COLOR_X_2 0.0
00080 #define DEFAULT_AXIS_COLOR_Y_0 0.0
00081 #define DEFAULT_AXIS_COLOR_Y_1 0.6
00082 #define DEFAULT_AXIS_COLOR_Y_2 0.0
00083 #define DEFAULT_AXIS_COLOR_Z_0 0.0
00084 #define DEFAULT_AXIS_COLOR_Z_1 0.0
00085 #define DEFAULT_AXIS_COLOR_Z_2 1.0
00086
00087
00088 #define DEFAULT_GRID_LINE_WIDTH 1
00089 #define DEFAULT_GRID_SIZE 20
00090 #define DEFAULT_GRID_DISPLAY_XY true
00091 #define DEFAULT_GRID_DISPLAY_YZ false
00092 #define DEFAULT_GRID_DISPLAY_XZ false
00093 #define DEFAULT_GRID_POSITIVE_X false
00094 #define DEFAULT_GRID_POSITIVE_Y false
00095 #define DEFAULT_GRID_POSITIVE_Z false
00096 #define DEFAULT_GRID_COLOR_0 0.7
00097 #define DEFAULT_GRID_COLOR_1 0.7
00098 #define DEFAULT_GRID_COLOR_2 0.7
00099
00100
00101 #endif // PARAMETERS_DEFAULT_VALUES_HH
00102