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)
179179option (NBL_FAST_MATH "Enable fast low-precision math" ON )
180180option (NBL_BUILD_EXAMPLES "Enable building examples" ON )
181181option (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 )
183183
184184option (NBL_BUILD_OPTIX "Enable nbl::ext::OptiX?" OFF )
185185if (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
5353option (_NBL_COMPILE_WITH_OBJ_LOADER_ "Compile with OBJ Loader" OFF ) #default off until Material Compiler 2
5454#option(_NBL_COMPILE_WITH_OBJ_WRITER_ "Compile with OBJ Writer" ON) uncomment when writer exists
5555option (_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 )
5757option (_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 )
5959option (_NBL_COMPILE_WITH_JPG_LOADER_ "Compile with JPG Loader" ON )
6060option (_NBL_COMPILE_WITH_JPG_WRITER_ "Compile with JPG Writer" ON )
6161option (_NBL_COMPILE_WITH_PNG_LOADER_ "Compile with PNG Loader" ON )
You can’t perform that action at this time.
0 commit comments