关于在osgearth 中 出现 arial.ttf : file not handled 的问题
Posted xiaoxiaoshuai-
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于在osgearth 中 出现 arial.ttf : file not handled 的问题相关的知识,希望对你有一定的参考价值。
这是由于配置osg时 freetype 插件没有配置到位。
我个人的解决方法
打开CMAKE,点击advance,不勾选OSG_TEXT_USE_FONTCONFIG。
同时将freetype路径设置为如下:
以上是关于关于在osgearth 中 出现 arial.ttf : file not handled 的问题的主要内容,如果未能解决你的问题,请参考以下文章
[原][译]关于osgEarth::VirtualProgram
[原][osg][osgEarth]关于在OE中使用物理引擎的调研
osgearth2.8关于RectangleNodeEditor编辑点不可见的问题