Tagged Questions
0
votes
1answer
63 views
Android Opengl ES Maximum number of textures
I am an Android developer and trying to use OpenGL ES 1.0 for the first time to display a large number of square objects with a texture mapped onto them.
These textures are taken from large bitmaps, ...
0
votes
0answers
78 views
android OpenGL app crashes on Tegra with large textures
I am working on Android app which draws a 3D scene using large amount of textures. The scene is dynamic in nature and the textures are downloaded from the Internet, so the amount of textures is hard ...
1
vote
1answer
108 views
Android OpenGLES2.0 - Solid Black Textures When Rendered
I've been making an Android OpenGLES2.0 2D game engine for the past week or so, and after a few bumps in the road, I've largely been successful. I've got the ModelMatrix, ProjectionMatrix, ViewMatrix, ...
0
votes
0answers
16 views
Using OpenGL ES2 on PVR SGX hardware, which costs more during rendering between changing Shaders and changing textures?
Shader programs and textures are objects of OpenGL. I want to know, in iOS devices(PVR SGX 5 series), during rendering of a frame, between changing textures (bing new texture) and changing shaders(use ...
1
vote
0answers
40 views
Detecting opacity for pixels of a sprite
I'm working on a kid's game with cocos2d, and one of the stages involves the user clearing sand/snow that is covering a box. Thus, I'm implementing an eraser tool based on what I've seen here: ...
-3
votes
1answer
122 views
Does OpenGL ES on Android use GPU?
Guys this is a basic question, As I want to try something dealing with large number of textures in Android and I am pretty new to this platform. I wanna know whether Open GL ES uses GPU or CPU.
1
vote
1answer
97 views
OpenGL Separating RGB channels
using OpenGL, I have uploaded my image into a texture:
glTexImage2D (GL_TEXTURE_2D, 0, GL_RGB, imageWidth, imageHeight, 0, GL_RGBA, GL_UNSIGNED_BYTE, imageData);
Now, I want to see whether I can ...
1
vote
0answers
230 views
Opengl ES. Textures on cube. Rotating
I have cube with 6 diffrent textures. I wrote smiple animation. When I'm rotating my cube, everythings is ok, but after my animation my textures change them position.
In example.
I'm rotating my cube ...
0
votes
0answers
109 views
Doesn't show rectangular texture openGL es 2.0
I draw rectangle with picture. Picture is not squre. it is rectangular. On my HTC One V everything works fine. But on HTC One X and Asus EeePad Slider SL101 I have only black rectangle.
This is ...
2
votes
2answers
219 views
Android: creating textures in GLSurfaceView deletes textures from standard hardware accelerated view elements
i have a game running in a GLSurfaceView embedded in a regular Android layout. After the app has been running for a while and a lot of textures have been created and then later deleted ( all shown ...
0
votes
0answers
45 views
How to change the background of Surface view? [duplicate]
I am working with OpenGL right now. The below code paints an square with an Android texture on a blue background. Can I add an image in place of the blue background? In other words, I want to replace ...
4
votes
2answers
400 views
How to eliminate texture seams from mipmapping
I'm using texture blending in my terrain's fragment shader to blend from one texture to the next. Right at the seam between using only my grass texture and blending between dirt/grass or snow/grass ...
1
vote
1answer
207 views
OpenGL ES2: multiple textures with Mali GPU in fragment shader
I am currently trying to get multiple textures working on android (with one fragment shader). It works fine on my Nexus 4 but on all Samsung devices I've tested it on, it just doesn't show the ...
1
vote
1answer
83 views
Bad quality textures in OpenGL ES
I managed to show an image on the screen. But when I put multiple images on top of each other, the semitransparent edges are black and it doesn't really achieve the result I was hoping for. I am using ...
2
votes
2answers
376 views
PVRTC texture with mipmaps stays black
I recently updated my loading code for textures and also added some new features like mipmap loading ( the last application has been only 2D so i didn't need them ). But the loaded PVRTC textures stay ...
2
votes
1answer
68 views
Scaling issues with LUMINANCE_ALPHA
I'm currently extending my OpenGL-UI system, for this i rewrite the font part and faced a issue which appears when using mipmapping. Because of the fact that images say more than thousands of words:
...
1
vote
1answer
149 views
how to filter phones on max texture width for an android opengl 1.0 app
I have created an openGL app in android that has a few textures that I have created in different sizes (1024,1024 and 2048,2048) I picked 2048 because that's what the galaxy s3 supports. I was ...
0
votes
1answer
71 views
After loading textures application gets short and not controlled freeze
Use libGDX platform. After loading textures my application gets short and not controlled freeze.
@Override
public void render() {
float deltaTime = Gdx.graphics.getDeltaTime();
if ...
0
votes
0answers
79 views
Grey squares surrounding my textures in OpenGL
I don't know where these borders are coming from:
http://imageshack.us/scaled/thumb/266/72701927.png
Some textures have them, some don't, the images are clean, I made sure the PNGs contain nothing ...
0
votes
0answers
251 views
GLKView / GLKit not loading opengl textures in iOS
Trying to use assimp for ios, my program successfully renders almost every file format regardless of size.
However for past two weeks, I m stuck with rendering the textures using GLKit - GLKView and ...
0
votes
0answers
147 views
confused with obj/mtl files
I'm really confused with obj and mtl files and relation between them. I searched and read about these formats but couldn't understand much. I need somebody to briefly explain these format's logic ...
0
votes
1answer
122 views
binding too much textures (more than 100) causes error
I have a code that renders objects in obj and mtl format (android - opengl es 1.1) For small objects (few textures) I have no problem but when the number of textures exceeds 30-40, I receive this in ...
0
votes
0answers
90 views
rendering with many textures causes eglLockWindowSurface
I have a very big object (represented in an obj and an mtl file) with 113 textures. when I try to render this object, for a moment i see some textured scene but it replaces with black screen for 4-5 ...
0
votes
1answer
209 views
OpenGL 2.0 Adding Textures
So, I'm very new to OpenGL with iOS development and I'm currently trying to generate a texture on a triangle (something very basic). Would anyone be able to explain to me why my code below only ...
0
votes
3answers
47 views
how to swap texture color effectively?
I have an ipad opengl-es 1.1 app of a car, and I'd like the user to be able to change the color. The 3d mesh is uv textured and it starts out in a basic grey color (with with shadows and highlights ...
0
votes
2answers
182 views
How can I apply different textures to different objects using GLKit?
I am displaying 3 objects with the help of GLKit. However, when I am applying textures to these objects, only one texture is being used for all three.
The code I am using is as follows:
- ...
0
votes
1answer
382 views
Android OpengGL Multiple Textures not displaying
I have successfully displayed a Cube with the same texture on all 6 sides (e.g a crate) but I am now trying to make a skybox (6 different textures 1 for each side). The skybox is only displaying ...
1
vote
0answers
176 views
Texture Loading Problems with OpenGL in Android
Okay, let me preface this by saying that I am very new to OpenGL as it pertains to Android, and while I've been reading up on it for some time, I cannot get past this roadblock in my coding.
...
0
votes
1answer
413 views
Using glGenerateMipmap() with glCopyTexImage2D()
I wish to upload textures with non-zero mipmap levels using glCopyTexImage2D().
I am using following code for the same :
// Render Some Geometry
GLint mipmap_level = 1;
glGenTextures(1, ...
0
votes
0answers
228 views
How do I generate mipmap .png and model .obj files for LibGDX?
I'm playing a bit with LibGDX (OpenGL ES 2.0 wrapper for Android).
I found some sample code which used prepared files to load models and mipmap textures for them, e.g., at ...
3
votes
0answers
122 views
PRKit for Coco2d for Mac
My previous question about PRKit - Draw texture using PRKit and use texture mapping for it (i don't remember password for that account and can't restore it, so created new user here...)
So, I'm on a ...
2
votes
0answers
174 views
creating several bitmaps and binding them to texture
i need to create a bitmap and to load it as a texture( create a bitmap in program, make some drawings and then bind it to texture)
loading bitmap from file system is like this
private int ...
1
vote
1answer
273 views
GLSL: simulating 3D texture with 2D texture probelm
I came up with some code that simulates 3D texture lookup using a big 2D texture that contains the tiles. 3D Texture is 128x128x64 and the big 2D texture is 1024x1024, divided into 64 tiles of ...
0
votes
0answers
139 views
iOS - How to convert CMSampleBufferRef to GLKTextureInfo?
How can I transfer CMSampleBufferRef to texture So that I can draw it using glDrawArray.
I tried it by converting it into NSData So that I can use NSData to convert it into GLKTextureInfo but Could ...
0
votes
1answer
221 views
How can I draw textured button in iOS?
I would like to draw textured button in iOS app. I would not use Photoshop rather CoreGraphics because I want a general solution that works with buttons that has different size. What is the basic ...
2
votes
1answer
565 views
Loading compressed texture ETC1 in Android
I know there is the CompressedTextureActivity example, and I based my code on it, but i can't make this work.
Needing some help here:
public static int loadCompressedTexture(final Context context, ...
1
vote
1answer
131 views
Drawing an outline around the non-transparent part of a texture
Tinkering with the feature set for a new game, i'm considering including a PVP gameplay mode. Nothing like NI after kicking the AI so smithereens :). iSomething only. Willing to restrict to modern ...
1
vote
2answers
204 views
OpenGL ES : Mapping texture on a cube
I'm making a skybox (cube with different texture on each of its 6 faces) here's what I do :
I define my vertices :
const float vertices[8u][3u] = {
{-1.0f, -1.0f, -1.0f},
{-1.0f, -1.0f, ...
0
votes
2answers
110 views
Textures dissapear in GLES1 on some devices
I am developing a game on Andengine GLES1. I use 8 BitmapTextureAtlases 1024x1024.
On most devices, everything works fine. But on some devices (on HTC desire S and LG P540)
some textures disappear ...
1
vote
2answers
3k views
How to load textures in OpenGL ES efficiently
I have a very basic knowledge of using OpenGL, especially on Android. I'm developing an app that uses OpenGL in order to switch between full screen images in a fast way (since it's too slow using the ...
0
votes
2answers
452 views
improve Opengl 2.0 fragment shader
How can I improve this fragment shader:
#ifdef GL_ES
precision mediump float;
#endif
varying vec4 v_fragmentColor;
varying vec2 v_texCoord;
uniform sampler2D u_texture;
uniform vec2 blurSize;
...
0
votes
1answer
220 views
Texture only shows up as black
NOTE: I've updated this code now to the working form and provided everything I attempted in an answer. Hopefully it helps somebody else with the same problem.
My texture is being shown as black (that ...
0
votes
1answer
304 views
Blending Function on OpenGL ES 1.0 (Android)
I'm using OpenGL ES 1.0 for Android.
I've a shape composed by 2 triangles (quad) like a play card.
The texture used for this play card have smooth corners (transparent)
When i draw the shape... ...
1
vote
1answer
447 views
OpenGL ES texture mapping
I need to draw circles in my Android application. Actually it is a Pacman game and I need to draw tablets. Since there are many tablets on field I decided to draw each tablet with a single polygon.
...
1
vote
1answer
580 views
Android draw texture extension drawing white textures
I started writing a game for Android using OpenGL-ES and just finished the draw code which uses the glDrawTexfOES extension. When I tested it on the emulator it works fine but testing it on my Samsung ...
0
votes
1answer
258 views
Compressed ETC texture update in Android - glCompressedTexSubImage2D
I can successfully create and load ETC textures in Android,
using the calls:
ETC1Texture etc1tex = new ETC1Texture(...);
gl11.glCompressedTexImage2D(GL10.GL_TEXTURE_2D, 0/*level*/,
...
0
votes
2answers
1k views
OpenGL ES 2.0 texture showing up black
I've seen a few questions like this on SO, but nothing which has helped me so far. I've made GLTriangle, and GLRectangle classes. I can draw these two shapes no problem, with colors. I'm trying to ...
0
votes
1answer
459 views
ETC1 texture support on Samsung Galaxy ACE GT-S5830
I have this Samsung Galaxy ACE GT-S5830 android phone.
which has an Adreno-200 GPU.
I would have expected it to have the ETC (Ericsson Compression format) support,
but looks like it cannot load them. ...
0
votes
0answers
316 views
My Android application shows white screen on certain devices
I am developing an android game using OpenGL 1.0. I used the tutorials from the book Beginning Android Games to create a game engine. I've tested the game on several devices (including I9100 Galaxy S2 ...
3
votes
1answer
402 views
Asynchronous texture loading iPhone OpenGL ES 2
I'm creating and loading a lot of textures (made of strings). To keep the animation running smoothly, I offload the work to a separate worker thread. It seems to work more or less exactly the way I ...
