[android-developers] OpenGL ES 2 translation

2011-12-17 Thread Stephen Lee
How does Matrix.translateM work? I'm trying to use it to translate a strip of triangles but it seems to be rotating the triangles in unexpected ways on my device. I've tried all possible matrix multiplications to make sure they are not the problem, and still it will not work. Is their anyway to

[android-developers] OpenGL doesnt work- not even sample

2011-11-22 Thread Stephen Lee
When my emulator (API 14.0) is running, I can go through API Demos and select BasicGLSurfaceView (OpenGLES2), the app runs and a triangle spins. When I load the project into Eclipse and build, the same program stops working in the emulator as soon as I unlock the phone and let it load, or load it

[android-developers] Re: OpenGL doesnt work- not even sample

2011-11-22 Thread Stephen Lee
so that you can get a valid configuration, or do some investigation about what EGL settings the device does support. Cheers, Chris... On 11/23/2011 12:45 AM, Stephen Lee wrote: When my emulator (API 14.0) is running, I can go through API Demos and select BasicGLSurfaceView