I cannot render  a large triangle on android,what I can see is a
rectangle,just like the triangle drops a corner
This is my vertex array:
[-8240, -3540, 10120, -8240, -3540, -3800, -8240, 10582, 10120]
and  this is my  code:
gl.glVertexPointer(va.getComponentCount(), gl.GL_SHORT, 6, vertices);
gl.glDrawArrays(gl.GL_TRIANGLES, 0, 3);

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

Reply via email to