Wednesday, June 16, 2010

[android-developers] Re: blank screen with opengl

Hi, I solved the first problem by using gl.glOrthof(0, w, 0, h, -1,
1); instead of gl.glOrthox(0, w, 0, h, -1, 1);
Now it shows a black rectangle, so no textures. I think it could be
because the texture is too large, right?
Simone

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment