Files
OpenSpace/.gitignore
Jonas Strandstedt 114af3fb5b Added an OpenSpace ShaderCreator
- Global shader settings can now be added.
- ShaderCreator builds the shader and stores a generated shader file
with all included source.
- Small TransferFunction bugfix
2014-07-10 15:22:57 -04:00

26 lines
261 B
Plaintext

bin/
build/
ext/SGCT
.DS_Store
*.swp
# generated glsl files
*.gglsl
*.OpenSpaceGenerated.glsl
# CMake stuff
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# Eclipse stuff
.cproject
.project
# Doxygen stuff
html/
latex/
Doxyfile