txp_labels.readme
来自「最新osg包」· README 代码 · 共 18 行
README
18 行
Labels are objects that float above the terrain (usually) and displaysome text message to the user. They're primarily used in 3D map sort ofapplication. In other words, they're not intended to be real world objects.You would use one if you want to float a message such as "Natural History Museum"over a specific building in a visual database.They point to a font name to be used for the text displayed. The txp loader will lookfor fontmap.txt file in the txp archive directory in which font name to font file namemap should be provided since osg uses freetype for the Text displayed and there is nointerface to create fonts based on their name (or at least I was not able to find it :) .. ) - it uses the font file name insteadEx:Times New Roman = times.ttfArial = arial.ttf Arial Narrow = arian.ttf Courier New = cour.ttf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?