make area light

This commit is contained in:
Shuo Feng 2024-03-03 21:52:38 -05:00
parent 27bdd95fa6
commit 6b1f026427
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
3 changed files with 44 additions and 22 deletions

View file

@ -21,8 +21,8 @@ add_compile_options(-DSTUDENT_SOLUTION)
# When testing large scenes the debug mode will be very slow
# so switch to release
set(CMAKE_BUILD_TYPE Debug)
#set(CMAKE_BUILD_TYPE Release)
#set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CXX_STANDARD 14)