Hello, We've been using Frame Buffer Objects in our application, and trying to port it to android.
However it seems that the FBO extension isn't implemented in Android 1.4 (which we are using).
We essentially need to render a scene to a texture, we don't need z-buffer, just general poly and texturing primatives.
Any suggestions on how to get round the problem?
Regards, nash