Skip to content

Commit

Permalink
resources: Fix specular normal and specular maps in Sponza
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikard Olajos committed Dec 9, 2024
1 parent 8f1cfe6 commit 4b50c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/RetrieveResourceArchive.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FetchContent_Declare (
resources
URL [[http://fileadmin.cs.lth.se/cs/Education/EDA221/assignments/EDAF80_resources.zip]]
URL_HASH [[SHA512=1ed9a167e4b06eaa7f0a000881ce7bc315cdc8fd38156cf66adc194f0922d1930ef7591275b37229a0261a84ed1c6869a1b3ac237a3cdca1e8b21d90f484dd11]]
URL [[http://fileadmin.cs.lth.se/cs/Education/EDAF80/assignments/resources.zip]]
URL_HASH [[SHA512=832b8e45973705b69eeae61be75dcc444949c53d8656c483664896b9e8daadce7f826b244b93bc258d0d3678721d4ab7d42bcaae02703590458ad25663d647cf]]
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/res"
)

Expand Down

0 comments on commit 4b50c69

Please sign in to comment.