On 10/14/2011 2:50 AM, bob wrote:
Is there any way to specify normals in OpenGL on Android 1.6?

I want to do shading, but I don't want to abandon the 1.6ers.


.

Bind the normals to an array whose elements match your vertices, then use glAttribArray to load them.

Or you can use a buffer.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to