Moka controlers
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
parameters-default-values.hh
Go to the documentation of this file.
1 /*
2  * lib-controler : Un contrôleur générique de scène 3D.
3  * Copyright (C) 2004, Moka Team, Université de Poitiers, Laboratoire SIC
4  * http://www.sic.sp2mi.univ-poitiers.fr/
5  * Copyright (C) 2009, Guillaume Damiand, CNRS, LIRIS,
6  * guillaume.damiand@liris.cnrs.fr, http://liris.cnrs.fr/
7  *
8  * This file is part of lib-controler
9  *
10  * This program is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU Lesser General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program. If not, see <http://www.gnu.org/licenses/>.
22  */
23 
24 //******************************************************************************
25 #ifndef PARAMETERS_DEFAULT_VALUES_HH
26 #define PARAMETERS_DEFAULT_VALUES_HH
27 //******************************************************************************
32 //******************************************************************************
33 
34 //
35 // Paramètres de vues
36 //
37 
38 //------------------------------------------------------------------------------
39 // CParameterAimedPosition
40 #define DEFAULT_AIMED_POSITION_ROTATION 0
41 #define DEFAULT_AIMED_POSITION_LOOK_AT_X 0
42 #define DEFAULT_AIMED_POSITION_LOOK_AT_Y 0
43 #define DEFAULT_AIMED_POSITION_LOOK_AT_Z 0
44 //------------------------------------------------------------------------------
45 // CParameterDrawing
46 #define DEFAULT_DRAWING_LIGHT_COLOR_0 1.0
47 #define DEFAULT_DRAWING_LIGHT_COLOR_1 1.0
48 #define DEFAULT_DRAWING_LIGHT_COLOR_2 1.0
49 #define DEFAULT_DRAWING_BACKGROUND_COLOR_0 0.8
50 #define DEFAULT_DRAWING_BACKGROUND_COLOR_1 0.8
51 #define DEFAULT_DRAWING_BACKGROUND_COLOR_2 0.8
52 #define DEFAULT_DRAWING_DISPLAY_LIGHT true
53 //------------------------------------------------------------------------------
54 // CParameterEyePosition
55 #define DEFAULT_EYE_POSITION_ROTATION_ALPHA 35
56 #define DEFAULT_EYE_POSITION_ROTATION_BETA -45
57 #define DEFAULT_EYE_POSITION_DISTANCE 15
58 #define DEFAULT_EYE_POSITION_PAS_AVANCEMENT 1
59 #define DEFAULT_EYE_POSITION_ANGLE_ROTATION 4
60 //------------------------------------------------------------------------------
61 
62 //
63 // Paramètres précompiles
64 //
65 
66 //------------------------------------------------------------------------------
67 // CParameterAimedPoint
68 #define DEFAULT_AIMED_POINT_LINE_WIDTH 1
69 #define DEFAULT_AIMED_POINT_LENGTH 0.2
70 #define DEFAULT_AIMED_POINT_COLOR_0 0.5
71 #define DEFAULT_AIMED_POINT_COLOR_1 0.5
72 #define DEFAULT_AIMED_POINT_COLOR_2 0.5
73 //------------------------------------------------------------------------------
74 // CParameterAxis
75 #define DEFAULT_AXIS_LINE_WIDTH 2
76 #define DEFAULT_AXIS_LENGTH 1.0
77 #define DEFAULT_AXIS_COLOR_X_0 1.0
78 #define DEFAULT_AXIS_COLOR_X_1 0.0
79 #define DEFAULT_AXIS_COLOR_X_2 0.0
80 #define DEFAULT_AXIS_COLOR_Y_0 0.0
81 #define DEFAULT_AXIS_COLOR_Y_1 0.6
82 #define DEFAULT_AXIS_COLOR_Y_2 0.0
83 #define DEFAULT_AXIS_COLOR_Z_0 0.0
84 #define DEFAULT_AXIS_COLOR_Z_1 0.0
85 #define DEFAULT_AXIS_COLOR_Z_2 1.0
86 //------------------------------------------------------------------------------
87 // CParameterGrid
88 #define DEFAULT_GRID_LINE_WIDTH 1
89 #define DEFAULT_GRID_SIZE 20
90 #define DEFAULT_GRID_DISPLAY_XY true
91 #define DEFAULT_GRID_DISPLAY_YZ false
92 #define DEFAULT_GRID_DISPLAY_XZ false
93 #define DEFAULT_GRID_POSITIVE_X false
94 #define DEFAULT_GRID_POSITIVE_Y false
95 #define DEFAULT_GRID_POSITIVE_Z false
96 #define DEFAULT_GRID_COLOR_0 0.7
97 #define DEFAULT_GRID_COLOR_1 0.7
98 #define DEFAULT_GRID_COLOR_2 0.7
99 
100 //******************************************************************************
101 #endif // PARAMETERS_DEFAULT_VALUES_HH
102 //******************************************************************************