绘制 3D 文本的最佳方式?
我需要以 3D 视角绘制两行文本。它们不仅仅是平面角色,它们是真正的 3D 模型,也需要动画。最好具有光泽效果。
这对我来说听起来真的很复杂,而且我没有 OpenGL 的经验。是否有框架可以让这变得简单,或者我正在寻找一项困难且耗时的任务?
I need to draw two lines of text in a 3D perspective. They're not just flat characters, they are really 3D models and need to animate as well. Preferably with a glossy effect on them.
It sounds really complex to me and I have no experience with OpenGL. Are there frameworks that make this easy or am I looking at a difficult and timeconsuming task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用cocos3d。 cocos3d 链接位于此处。
use cocos3d. cocos3d link here.
iPhone 上的此类功能需要简单的 OpenGL 知识。您需要学习 OpenGL 并自己实现所有这些。我知道 OpenTK 正在移植到 iPhone,但这还没有完成。祝你好运!
That kind of functionality on the iPhone requires plain OpenGL knowledge. You'll need to learn OpenGL and implement all of this by yourself. I know OpenTK is being ported to iPhone but that's not done yet. Good luck!