Go to file
2021-12-27 20:27:35 +01:00
dependencies add dependencies 2021-12-27 11:28:19 +01:00
grafika_projekt add skybox 2021-12-27 20:27:35 +01:00
.gitignore add dependencies 2021-12-27 11:28:19 +01:00
grafika_projekt.sln init commit 2021-12-26 21:36:32 +01:00
README.md Zaktualizuj 'README.md' 2021-12-27 11:16:06 +01:00

Żeby skonfigurować ten gówno projekt:

  • Na poziomie pliku .gitignore trzeba dodać katalog z cwiczeń 6 o nazwie dependencies
  • W VS w properties > VC++ Directories > Include directories zamienić wszystko na $(SolutionDir)dependencies\freeglut\include\GL;$(SolutionDir)dependencies\glew-2.0.0\include\GL;$(SolutionDir)dependencies\glm;$(SolutionDir)dependencies\assimp\include;$(IncludePath)
  • VS properties > VC++ Directories > Library directories zamienić na $(SolutionDir)dependencies\freeglut\lib;$(SolutionDir)dependencies\glew-2.0.0\lib\Release\Win32;$(SolutionDir)dependencies\assimp\Release;$(LibraryPath)
  • VS properties > C/C++ > Preprocessor > Preprocessor definitions dodać ;_CRT_SECURE_NO_WARNINGS

Najlepiej robić nowe branche i wystawiać pull requesty.
Link do boarda