OpenGL 3D 文本渲染
如果没有编写我自己的文本渲染引擎,有什么方法可以导入外部字体以与 glutrinklecharacter
一起使用以在 OpenGL 中渲染 3D 文本。 (为了清楚起见,这需要使用 JOGL API 来完成)。
Short of writing my own text rendering engine, is there any way I can import external fonts to use with glutstrokecharacter
to render 3D text in OpenGL. (Just for clairty, this needs to be done using the JOGL API).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
glutStrokeCharacter
使用内置字体。如果您想使用自定义字体,则需要使用 文本渲染器。检查此问题了解更多选项。glutStrokeCharacter
uses built-in fonts. If you want to use custom font you need to use TextRenderer. Check this question for more options.