Add ContourLineExtractor to Sandbox
[SARndbox.git] / Config.h
blob01c6aba0e7dbfece5404b9154a00b4fff4f90a16
1 /***********************************************************************
2 Config - Configuration header file for the Augmented Reality Sandbox.
3 Copyright (c) 2014-2017 Oliver Kreylos
5 This file is part of the Augmented Reality Sandbox (SARndbox).
7 The Augmented Reality Sandbox is free software; you can redistribute it
8 and/or modify it under the terms of the GNU General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version.
12 The Augmented Reality Sandbox is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 General Public License for more details.
17 You should have received a copy of the GNU General Public License along
18 with the Augmented Reality Sandbox; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 ***********************************************************************/
22 #ifndef CONFIG_INCLUDED
23 #define CONFIG_INCLUDED
25 #define CONFIG_CONFIGDIR "/usr/local/etc/SARndbox-2.4"
26 #define CONFIG_SHADERDIR "/usr/local/share/SARndbox-2.4/Shaders"
28 #define CONFIG_DEFAULTCONFIGFILENAME "SARndbox.cfg"
29 #define CONFIG_DEFAULTBOXLAYOUTFILENAME "BoxLayout.txt"
30 #define CONFIG_DEFAULTPROJECTIONMATRIXFILENAME "ProjectorMatrix.dat"
31 #define CONFIG_DEFAULTHEIGHTCOLORMAPFILENAME "HeightColorMap.cpt"
33 #endif