Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.

learn more… | top users | synonyms (1)

0
votes
3answers
20 views

is calling libgdx SpriteBatch begin and end method multiple times expensive?

Are the libgdx SpriteBatch begin and end methods expensive for the processor or make the performance slow if I call them multiple times? For example: public void render(float delta) { GL10 gl = ...
-2
votes
0answers
10 views

cocos2dx screen becomes black after first frame

I'm using cocos2dx to port a game from the iPhone to Android. When I first open the game I can see the first frame being drawn and after that the game goes completely blank. I'm using openGL to draw ...
-2
votes
1answer
12 views

which better HTML5 or OpenGl Es [closed]

I am new to android , I want to develop a simple 2D game for learning physics , I am a little confused which to use for drawing and Graphics OpenGL Es Or Html5 Please Help .
-2
votes
0answers
24 views

Blur the image on real-time where user touches

I want to blur the portion of the image where user touches on real-time in Android. The native canvas approach is not suitable in this case i guess, as the blur result I want is real-time & based ...
1
vote
1answer
31 views

Video Concatenation or Merging

I need to join/merge/concatenate more than two different video files (Eg :3gp, mp4 ) in android platform and need to store them as mp4 file. So far from my analysis, I’ve seen people referring FFMPEG ...
-1
votes
0answers
22 views

Add text on cube face OpenGL 3D Android

Here is my class Cube where I define the colors and shapes, and I would like to add text on different faces of the cube : public class Cube { private FloatBuffer vertexBuffer; // Buffer for ...
1
vote
1answer
36 views

Why my opengl output differs for various devices?

I have created an android app for drawing of lines,circles.. by using GLSurfaceView in OpenGLES 2.0 like an Auto cad app. The app works well with Google Nexus 7, in the sense that if we draw a line ...
0
votes
1answer
16 views

length() in GLSL bug on Samsung Galaxy S3

I made a shader in GLSL for an android game. In this shader I have to compute the length between the current pixel and the center of the FX This shader contain these lines : //compute distance ...
0
votes
0answers
6 views

OpenGL ES screen can i use the listview

I am working my way through the book beginning Android Games . In the chapter on building a platform game (super jumper) i wanted to have the ability to display a user name as well as highscore but i ...
-1
votes
0answers
18 views

how to display panorama on andorid

I got a spherical panorama with 713 * 300 pixels and a cylindrical one with 5026 * 803 pixels. I got these panorama from web. I use panoramgl to display them. When display the spherical one, it can ...
0
votes
0answers
15 views

CyanogenMod and OpenGL ES texture loading

My friend tested my application on a Motorola Defy (with CyanogenMod v4.x, I don't remember exact version number, and she is not reachable now). My app uses OpenGL ES (v1.1, and in another activity, ...
0
votes
0answers
25 views

OpenGLES 2.0 mod function returning incorrect values on iphone

I am compositing many video frames into a single draw call, on iphone5 with a 352x288 video frame, I can store 154 video frames into a single GL texture. I store the video frames into a 11x14 grid ...
-1
votes
1answer
18 views

OpenGL 3D Cube Rotation

So i have a 3D cube that and I have a matrix 3x3 that i transform to obtain an angle and an axis to use these as parameters in gl.glRotatef(angle, x, y, z); However, the cube does not rotate ...
0
votes
2answers
36 views

Android OpenGL 3x3 Matrix to Quaternion

I want to rotate a 3D cube using a 3x3 matrix. I manage to get the matrix but OpenGL needs a quaternion to rotate the cube using glRotatef (float angle, float x, float y, float z); How can I go ...
0
votes
0answers
7 views

How to test intersection of a particle with the geometry?

I am currently trying to write a shader, that reflects particles at the geometry of my scene. I am limmited to web-gl. I am trying to avoid to render a stencilbuffer for every particle with the depth ...
0
votes
1answer
26 views

OpenGL ES 2.0 - memory management in drawing lines (graphing)

I finally got some functioning code to draw lines (in Xamarin/monotouch) //init calls Context = new EAGLContext (EAGLRenderingAPI.OpenGLES2); DrawableDepthFormat = ...
1
vote
1answer
22 views

Loading all static buffers to video memory at startup?

I am working on an Android game with openGL ES 2.0, and I have a set of 16 simple, nontextured meshes (15 vertices each) that I am going to draw up to 30 times per frame(on various locations) through ...
0
votes
1answer
21 views

GLKit Depth Testing Not Working

I'm using Ray Wenderlich's tutorials to make a simple OpenGlES 2 app using GLKit, and I've come across some problems. I changed the sample code to display two cubes by adding vertex and indices data ...
0
votes
0answers
17 views

Android OpenGL engine - Rajawali

I have downloaded Rajawali project. In it manifest is defined that it runs on API15 and newer, but when I try to build my project (Rajawali is added as support library) I saw that Rajawali need ...
0
votes
0answers
26 views

How to convert I420 to BGRA in iOS?

I'm trying to read ffmpeg h263 frame, then display it using OpenGLES Texture. AFAIK, h263 works with I420, and OpenGLES Texture only accepts BGRA frame. So I need to find a way to convert I420 to ...
0
votes
1answer
31 views

libgdx texture from code on mesh of model

I want to render a few 3D models, to be concrete cards (but should have 3 dimensions) with different values on the front-side. To accomplish this I thought it would be a good idea to create a model ...
-3
votes
0answers
32 views

how to make 3d android live wallpapers using openGL es? [closed]

i've been told you can make 3d android live wallpapers using openGL es. However i looked this up and is seems opengl is just like a collection of things and doesnt appear to be an actual engine for 3d ...
-1
votes
0answers
36 views

5k triangles opengl es performance on android (libgdx) [closed]

I have created mesh with libgdx library holding 5k triangles. I am curious, why performance is so poor. It gives about 20 fps on my HTC One S. It is just 5k triangles stacked on one position rendered ...
0
votes
0answers
12 views

Quaternion rotate about axis after touches ended

In OpenGL ES 2.0 using Apple's GLKit, I'd like to have my object rotate after touches end using Quaternion SLERP. I thought I could do this using the last quaternion known after touches ended and ...
0
votes
2answers
57 views

glReadPixles speed with RGBA size in setEGLConfigChooser

I'm running MediaDump project, which trying to dump every video frame into single image files using GLSurfaceView. But I found that the RGBA sizes setting in the setEGLConfigChooser playing an ...
0
votes
0answers
37 views

Collada to SceneKit to iOS

I have a collada file, it contains a cube, from this I export the data to a file (just raw bytes), and I import the bytes into iOS. All good, I examined the data and all looks the same for vertices ...
0
votes
0answers
18 views

GLSurfaceView device orientation change, black screen

Im porting an iOS game to Android. Im using as template the GL2JNI example from the latest NDK, and have added inside GL2JNIActivity.java/onCreate mView.setPreserveEGLContextOnPause( true ); to ...
0
votes
0answers
26 views

VAO vs manual setting of attribute pointers

I have read that binding a VAO is a fairly expensive operation. But so is the binding of vertex buffers and other tasks that are typically set up inside a VAO. On iOS devices, is there a particular ...
0
votes
0answers
23 views

Drawing a background image in IOS with OpenGL has poor quality

When using open gl to draw background images, you typically have to use a texture and draw a quad. When ever I've done that, I dont get a pixel perfect representation of my image. Things like fine ...
0
votes
3answers
53 views

Best way to use a large image (8000x5000 at 20mb) in android using opengl-es

I am been doing some research lately and haven't come by a good answer, what I want to do is display a very large image 8000x5000 at 20mb in my application as a background (it is a minigame) the ...
-1
votes
1answer
20 views

Accessing constants in LuaJava

I am adapting LuaJava to my Android application and would like scripts to run OpenGL functions. I push the GL context to Lua in a function using pushJavaObject and it works. However I cannot use any ...
0
votes
1answer
42 views

Using opengl es shader to convert YUV to RGB

I want to convert yuv to rgb in opengl es shader with just one sampler which contains yuv data. My code is below: 1) I send yuv data to texture: GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, ...
0
votes
0answers
33 views

How to change the zorder of OpenGL Surface View dynamically in android?

I have two draggable GL Surface views with videos running on it. And I am able to drag the first video over second one. But when I was trying to drag the second video over first one,I was able to ...
0
votes
1answer
56 views

State preserving particle system for OpenGL ES 2.0

I'm trying to implement a state preserving particle system on the iPhone using OpenGL ES 2.0. By state-preserving, I mean that each particle is integrated forward in time, having a unique velocity and ...
1
vote
1answer
34 views

GPU wait on texture

I'm using shaders for processing and rendering video frames. So I need to update texture before each draw call. Everything works ok, but when I ran OpenGL profiler among others it showed me this ...
0
votes
1answer
34 views

GL_INVALID_VALUE in glUseProgram on resuming app

I am getting GL_INVALID_VALUE​, 0x0501 error at glUseProgram(mYUVProgram); in the following code. It occurs on resuming the app. According to glUseProgram docs GL_INVALID_VALUE is generated if ...
1
vote
1answer
34 views

What is the purpose of the macro : GL_UNPACK_ROW_LENGTH

I am trying to port an OpenGL application from Mac to iOS. The code is like this glPixelStorei(GL_UNPACK_ROW_LENGTH, 4*COMPASS_SIZE); glPixelStorei(GL_UNPACK_SKIP_ROWS, row*COMPASS_SIZE); ...
1
vote
1answer
27 views

Dynamically change color on Android using openGL?

How gradually change the color of the some shape with the time on Android using openGl? For example, I want dynamically change the color of the triangle.
0
votes
0answers
32 views

android ANativeWindow_lock api doesn't work for GLSurfaceView

I'm finding methods to get drawing buffers very quickly from Android GLSurfaceView. eventhough I know glreadpixel can do this job, glreadpixel is too slow to get drawing buffer. I want to read ...
0
votes
0answers
23 views

Cocos2d - Trouble with blending between particles and a sprite draw

I've a CCSprite subclassed object for which I have a draw function : - (void)draw { CGPoint arrVerts[] = { ccp(0.0, 0.0), ccp(0.0, 100.0), ccp(100.0, 100.0), ccp(100.0, 0.0) }; ...
1
vote
0answers
23 views

I would like annotations to cleanly fall into the center of the shape drawn. Unknown cause of annotation offset

All, I've recently followed this tutorial on drawing smooth line's using cocos2d. http://www.merowing.info/2012/04/drawing-smooth-lines-with-cocos2d-ios-inspired-by-paper/ It's a great tutorial. I ...
1
vote
0answers
54 views

OpenGL rendering randomly changes?

Sorry for the specific problem, but I can't find any explanations for my problem. I'm almost certain it's a stupid mistake I'm overlooking. I just want to draw a basic multicolor rectangle to the ...
1
vote
3answers
56 views

How can I get Alpha blending transparency working in OpenGL ES 2.0?

I'm in the midst of porting some code from OpenGL ES 1.x to OpenGL ES 2.0, and I'm struggling to get transparency working as it did before; all my triangles are being rendered fully opaque. My OpenGL ...
0
votes
0answers
15 views

OpenGL ES 1.0 glLoadIdentity android

In Android.mk: LOCAL_LDLIBS += -lGLESv1_CM and in header: #include "GLES/gl.h" but when i using glLoadIdentity my program is crashes (Fatal signal 11 (SIGSEGV)) I think glLoadIdentity have not ...
0
votes
1answer
42 views

Concurrency with android GLES glBufferData

I'm trying to use Android and OpenGL 2.0 to create a sort-of desert racing game. At least that's the end goal. For the time being I'm really just working with generating an endless desert, through the ...
0
votes
0answers
18 views

mapview inside a viewpager: drawing cache and opengl to smooth the experience

I am using MapView from the new V2 API inside a ViewPager with a custom pagetransformer that does all kinds of fancies to the views inside :) But as MapView uses an OpenGL layer, most of the ...
0
votes
0answers
17 views

EAGLSharegroup like functionality for cross platform developement in c++ openGL

I am trying to use a c++ port of the GPUImage library in a cross-platform cocos2d-x game. Both GPUImage and cocos2d-x create their own OpenGL context to perform operations on the GPU, and this causes ...
0
votes
1answer
27 views

Render multiple object with different characteristic by OpenGL ES 2.0

I am a beginner with OpenGL ES 2.0. I have learnt about it for a few weeks. Now I can render multiple objects. However, I have a problem. My question is: How can I render 2 object: one rotates and one ...
0
votes
1answer
16 views

UIImage in EAGLView, not converting to texture

I want to ask if it is possible to render an UIImage in 3D space in EAGLView without converting it to a texture and generating the texture first. As you can guess, that is what I am doing now, but ...
1
vote
1answer
101 views

Android 3D Java Open source game engine that supports OpenGL ES 3.0

We are developing a 3D tool in Java on Android, and it is required that the tool uses OpenGL ES 3.0 because it's for an application for next gen devices. We would like to know if there is indeed a ...

1 2 3 4 5 145