|
//第三方插件
#pragma comment(lib, "freetype237.lib")
//编译的静态库
#pragma comment(lib, "osgdb_freetyped.lib")
#pragma comment(lib, "osgdb_freetype.lib")
//用了插件编译宏
USE_OSGPLUGIN(freetype)
//编译结果有个警告。
Warning: Could not find plugin to read objects from file "C:\Windows\Fonts\arial.ttf".
DEBUG显示osgText::readFontFile读取失败。
不知道是什么原因造成的失败!求大神指导?????? |
|