-3

I wanted to develop a game. I want to develop with the knowledge that I am having in OpenGL ES 2.0 and C language.

First thing that comes into my mind is how to develop textures etc. So please can any one tell me what are all the tools, game engine etc what all i need.

Any good tutorials for the same.

thanks in advance.

4

1 回答 1

0
  1. 你说你想使用 OPENGL ES 2.0,我知道你想为 Android 或 iPhone 设备开发。

  2. 您需要阅读一些有关矩阵、旋转、翻译的信息。OpenGl ES 没有 glrotate 和 gltranslate 方法(以及更多),但您可以使用 OpenGl 文档开发自己的方法方法: http: //www.opengl.org/sdk/docs/man/xhtml/glRotate.xml http ://www.opengl.org/sdk/docs/man/xhtml/glTranslate.xml

  3. 如果要使用 OPENGL 进行绘图,则需要编写一个顶点和片段着色 器 2D 游戏使用哪种着色器(即超级马里奥)

你需要的东西很多,这只是一小部分。我希望这对你有帮助。

于 2012-06-08T13:14:07.247 回答