如何根据 OPENGL ANDROID 中的 x,y 坐标显示和移动图像
如何根据 x,y 坐标显示和移动 Drawable 中的图像?
How can I display and move images from Drawables according to x,y coordinates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想说的是,在不知道自己在做什么的情况下,不要直接使用 OpenGL,而且既然你这么问,我很确定你还没有完全做到这一点。当然,我们总是欢迎您深入研究新领域,只是它有很多细微差别,您会连续几天用头撞桌子,甚至不知道从哪里开始诊断某些问题......我知道我做了
1)也许使用Canvas代替?
2) 可能跳转到AndEngine,Nic使用OpenGL并且他处理得很好。使开始使用更复杂的渲染方法变得更加容易。
3) 如果您仍然需要 OpenGL,请尝试查看 这些示例。
不管怎样,祝你好运!
I would say don't use straight OpenGL without knowing what you're doing, and since you're asking I'm pretty sure you aren't quite there. Of course, you're always welcome to delve into new territory, it's just it has a lot of little nuances that you'll bang your head against the desk for days not even knowing where to start diagnosing certain problems... I know I did
1) Maybe utilize a Canvas instead?
2) Possibly jump over to AndEngine, Nic uses OpenGL and he handles it very well. Makes it much easier to start using more complex rendering methods.
3) If you're still wanting OpenGL, try looking at these examples.
Good luck either way!