Baruch
Baruch

Reputation: 1636

Opengl es 2.0 3d

I am looking for a tutorial about opengl es 2.0 for android,
until now I have been using andEngine for 2d opengl es 1.x,
I am looking forward being able to build an app in 3d from scratch, not using someone's engine.
If its possible, I want the tutorial to explain about 3d textures too, and how to use everything.
Are there any good tutorials for this?

I am new to OpenGl, but not to the android platform. i had a lot of experience with canvas and andEngine.

Thanks!

Upvotes: 1

Views: 1695

Answers (1)

eskimo9
eskimo9

Reputation: 753

I am new to both Android and Open GL ES, and I found this extremely helpful. It goes through step-by-step how OpenGL ES works, shapes, colours, blending, vertex buffers, fragment and vertex shaders, texture loading... from a relatively beginner perspective.

Upvotes: 4

Related Questions