Robert:
I set assimp_DIR to G:\SupportLibraries3\MergedProjects but when I click Configure in CMake it changes the path to
G:/SupportLibraries3/MergedProjects/lib/cmake/assimp-5.2. The file does exist CMake reports assimp_VERSION 5.2.5
Assimp in the include directory and assimp-vc141-mt.lib is in the lib directory..
My CMAKE_INSTALL_PREFIX is set tp G:/SupportLibraries3/MergedProjects.
assimp does not show in either the vsgXchange nor the vsgconv include paths in Visual Studio
but conv --features shows a long list of which only part is shown below
vsgXchange::assimp provides support for 70 extensions, and 0 protocols.
Extensions Supported ReaderWriter methods
---------- ------------------------------
.3d read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
.3ds read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
.3mf read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
.ac read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
.ac3d read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
.acc read(vsg::Path, ..) read(std::istream, ..) read(uint8_t* ptr, size_t size, ..)
vsgviewer does not load the models either
I am using the rc2 release.