Flow Visualisation
Settings.h
Go to the documentation of this file.
1 //
2 // Settings.h
3 // flowviz
4 //
5 // Created by Johann Götz on 24.05.15.
6 // Copyright (c) 2015 Johann Götz. All rights reserved.
7 //
8 
9 #ifndef flowviz_Settings_h
10 #define flowviz_Settings_h
11 
12 const char* SimpleVertexShaderPath = "assets/shader/simpleShader.vert";
13 const char* SimpleFragmentShaderPath = "assets/shader/simpleShader.frag";
14 
15 const char* ArrowTexturePath = "assets/textures/ArrowTexture.png";
16 const char* FlowFieldDefinitionPath = "assets/flowfields/flowfield.fld";
17 
18 
19 
20 #endif
const char * SimpleVertexShaderPath
Definition: Settings.h:12
const char * FlowFieldDefinitionPath
Definition: Settings.h:16
const char * SimpleFragmentShaderPath
Definition: Settings.h:13
const char * ArrowTexturePath
Definition: Settings.h:15