File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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" ON )
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" ON )
58
- option (_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" ON ) #default off until reimplemented
58
+ option (_NBL_COMPILE_WITH_PLY_WRITER_ "Compile with PLY Writer" OFF ) #default off until reimplemented
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 )
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ void IAssetManager::initializeMeshTools()
121
121
void IAssetManager::addLoadersAndWriters ()
122
122
{
123
123
#ifdef _NBL_COMPILE_WITH_STL_LOADER_
124
- addAssetLoader (core::make_smart_refctd_ptr<asset::CSTLMeshFileLoader>(this ));
124
+ addAssetLoader (core::make_smart_refctd_ptr<asset::CSTLMeshFileLoader>());
125
125
#endif
126
126
#ifdef _NBL_COMPILE_WITH_PLY_LOADER_
127
127
addAssetLoader (core::make_smart_refctd_ptr<asset::CPLYMeshFileLoader>());
You can’t perform that action at this time.
0 commit comments