File tree Expand file tree Collapse file tree 4 files changed +3
-88
lines changed Expand file tree Collapse file tree 4 files changed +3
-88
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ option(NBL_PCH "Enable pre-compiled header" ON)
179
179
option (NBL_FAST_MATH "Enable fast low-precision math" ON )
180
180
option (NBL_BUILD_EXAMPLES "Enable building examples" ON )
181
181
option (NBL_BUILD_MITSUBA_LOADER "Enable nbl::ext::MitsubaLoader?" OFF ) # TODO: once it compies turn this ON by default!
182
- option (NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" OFF )
182
+ option (NBL_BUILD_IMGUI "Enable nbl::ext::ImGui?" ON )
183
183
184
184
option (NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF )
185
185
if (NBL_COMPILE_WITH_CUDA )
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ option(_NBL_COMPILE_WITH_MTL_LOADER_ "Compile with MTL Loader" OFF) #default off
53
53
option (_NBL_COMPILE_WITH_OBJ_LOADER_ "Compile with OBJ Loader" OFF ) #default off until Material Compiler 2
54
54
#option(_NBL_COMPILE_WITH_OBJ_WRITER_ "Compile with OBJ Writer" ON) uncomment when writer exists
55
55
option (_NBL_COMPILE_WITH_STL_LOADER_ "Compile with STL Loader" OFF ) #default off until Material Compiler 2
56
- option (_NBL_COMPILE_WITH_STL_WRITER_ "Compile with STL Writer" ON )
56
+ option (_NBL_COMPILE_WITH_STL_WRITER_ "Compile with STL Writer" OFF )
57
57
option (_NBL_COMPILE_WITH_PLY_LOADER_ "Compile with PLY Loader" OFF ) #default off until Material Compiler 2
58
- option (_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" ON )
58
+ option (_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" OFF )
59
59
option (_NBL_COMPILE_WITH_JPG_LOADER_ "Compile with JPG Loader" ON )
60
60
option (_NBL_COMPILE_WITH_JPG_WRITER_ "Compile with JPG Writer" ON )
61
61
option (_NBL_COMPILE_WITH_PNG_LOADER_ "Compile with PNG Loader" ON )
You can’t perform that action at this time.
0 commit comments