Adjustments to follow mouse.

This commit is contained in:
David Vereb
2022-06-16 15:11:58 -04:00
parent e5af7a1f30
commit 94a7264386
5 changed files with 100 additions and 61 deletions

View File

@@ -1,4 +1,5 @@
a.out: *.cpp *.h camera/*.cpp camera/*.h
clang++ -std=c++17 -g -o a.out main.cpp \
clang++ -std=c++14 -g -o a.out main.cpp \
camera/Camera.cpp Track.cpp Xml.cpp \
-lGL -lGLU -lglut -lstdc++fs
-lGL -lGLU -lglut -lstdc++fs \
#-fsanitize=address -fno-omit-frame-pointer