Skip to content Skip to sidebar Skip to footer
Showing posts with the label Opengl Es

Drawing Curved Lines In Andengine

I am new to AndEngine and very happy that it's very easy and exciting thing to do. Unfortunatel… Read more Drawing Curved Lines In Andengine

How To Overlay Glsurfaceview Over A Mapview In Android?

I want to create a simple Map based application in android ,where i can display my current position… Read more How To Overlay Glsurfaceview Over A Mapview In Android?

Screenshot In Android

The following is the code I am using to take a screen shot using GLSurfaceView. But I dont know why… Read more Screenshot In Android

Opengl-es Enabling Orthographic Mode 2d

I'm trying to have no size difference from sprites, if you increase the z to far away. however … Read more Opengl-es Enabling Orthographic Mode 2d

Can't Run Application On Some Android Devices

I made a QtQuick program and I found that Qt uses OpenGL ES 2.0 library. I amble to build and deplo… Read more Can't Run Application On Some Android Devices

How To Limit Framerate When Using Android's Glsurfaceview.rendermode_continuously?

I have a C++ game running through JNI in Android. The frame rate varies from about 20-45fps due to … Read more How To Limit Framerate When Using Android's Glsurfaceview.rendermode_continuously?

How I Can Use Gldrawelements For Many Squares?

I am developing a 2D Open GL game and i have to draw many squares on screen for a tilemap, with a d… Read more How I Can Use Gldrawelements For Many Squares?

Read The Depth Buffer Of Opengl Es On Android

I am trying to read the depth buffer in OpenGL ES on Android, but all the values are zero. Can some… Read more Read The Depth Buffer Of Opengl Es On Android