I'm playing around with the 2.2 SDK for GLES 2.0 to try to familiarize myself with it vs. the NDK implementation which I have been using so far. However, I'm having trouble getting anything to actually show up on the screen. I've ported most of the code directly from my ndk implementation which works perfectly. I've only managed to get anything to show up so far by massively overrunning the Buffer used for vertices. This tells me that there should be something wrong with my code, but I can't find it.
Display Code is located here: http://pastebin.com/5GDFwfmy Matrix functions are here: http://pastebin.com/esM7UP61 Thanks for any help. -- 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

