treesummaryrefslogcommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPatrick2021-03-23 19:28:28 +0100
committerPatrick2021-03-23 19:28:28 +0100
commita0fdc6d882a1755d0b0607ba3d9bb55e7f8ac006 (patch)
tree82aab3828111378b6f0421aa58025b43f98f13a2 /build.sh
parentcedffd5cf24c1a3ed64161475c806c55135406be (diff)
downloadsubsurface_scattering-a0fdc6d882a1755d0b0607ba3d9bb55e7f8ac006.tar.gz
subsurface_scattering-a0fdc6d882a1755d0b0607ba3d9bb55e7f8ac006.zip
fix translucency, add gaussian blur to shader
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index a065433..8d878f5 100644
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,4 @@
-# g++ -c ~/cpp/libs/imgui/*.cpp ~/cpp/libs/imgui-sfml/*.cpp -I ~/cpp/libs/imgui -I ~/cpp/libs/imgui-sfml/
-g++ src/main.cpp ./*.o -o main -I ~/cpp/libs/imgui -I ~/cpp/libs/imgui-sfml -lsfml-system -lsfml-window -lsfml-graphics -lGLEW -lGL -lassimp
+#!/bin/sh
+
+# g++ -c C:/prg/cpp/libs/imgui/*.cpp C:/prg/cpp/libs/imgui-sfml/*.cpp -I C:/prg/cpp/libs/imgui -I C:/prg/cpp/libs/imgui-sfml -I C:/prg/cpp/libs/SFML-2.5.1/include
+g++ src/main.cpp ./bin/*.o -o main -I C:/prg/cpp/libs/SFML-2.5.1/include -I C:/prg/cpp/libs/assimp-5.0.1/include -I C:/prg/cpp/libs/assimp-5.0.1/build/include -I C:/prg/cpp/libs/glew-2.1.0/include -I C:/prg/cpp/libs/glm -I C:/prg/cpp/libs/imgui -I C:/prg/cpp/libs/imgui-sfml -L "C:/prg/cpp/libs/SFML-2.5.1/build/lib/Release" -L "C:/prg/cpp/libs/assimp-5.0.1/build/code/Release" -L "C:/prg/cpp/libs/glew-2.1.0/lib/Release/x64" -lsfml-system -lsfml-window -lsfml-graphics -lGLEW -lGL -lassimp