mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-08-15 02:18:03 +00:00
make area light
This commit is contained in:
parent
27bdd95fa6
commit
6b1f026427
3 changed files with 44 additions and 22 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue