osg 添加 fbx插件

时间:2019-07-04
本文章向大家介绍osg 添加 fbx插件,主要包括osg 添加 fbx插件使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。

代码地址:https://github.com/shelltdf/osgFBX

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FBX_LIBRARY
linked by target "osgdb_fbx" in directory E:/FBX/osgFBX-master/src/osgPlugins/fbx
FBX_LIBRARY_DEBUG
linked by target "osgdb_fbx" in directory E:/FBX/osgFBX-master/src/osgPlugins/fbx

Configuring incomplete, errors occurred!

See also "E:/FBX/build/CMakeFiles/CMakeOutput.log".

FBX_INCLUDE_DIR       E:/AutoDesk/FBX/FBX_SDK/2019.0/include

FBX_LIBRARY                E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/release

FBX_LIBRARY_DEBUG           E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/debug

Configuring done

WARNING: Target "osgdb_fbx" requests linking to directory "E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/debug". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "osgdb_fbx" requests linking to directory "E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/release". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "osgdb_fbx" requests linking to directory "E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/release". Targets may link only to libraries. CMake is dropping the item.

WARNING: Target "osgdb_fbx" requests linking to directory "E:/AutoDesk/FBX/FBX_SDK/2019.0/lib/vs2015/x64/release". Targets may link only to libraries. CMake is dropping the item.

Generating done

原文地址:https://www.cnblogs.com/herd/p/11134641.html