mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-02 18:39:20 -06:00
- Global shader settings can now be added. - ShaderCreator builds the shader and stores a generated shader file with all included source. - Small TransferFunction bugfix
26 lines
261 B
Plaintext
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
|