For questions related to textures in computer graphics.

learn more… | top users | synonyms

15
votes
3answers
8k views

iOS4: how do I use video file as an OpenGL texture?

I'm trying to display the contents of a video file (let's just say without the audio for now) onto a UV mapped 3D object in OpenGL. I've done a fair bit in OpenGL but have no idea where to begin in ...
5
votes
3answers
20k views

How to apply texture to glutSolidCube

I can find tutorials about mapping textures to polygons specifying vertices etc. but nothing regarding how to apply a texture to a cube (or other stuff) drawn with glut (glutSolidCube). I am doing ...
2
votes
2answers
2k views

iPhone OpenGL ES 2.0 - Pixel Perfect Textures

How can I get my textures to align with the screen pixels for pixel perfect graphics in OpenGL ES 2.0? This is critical for a project I'm working on which uses pixel art graphics. Any help on this ...
6
votes
1answer
4k views

Is it possible using video as texture for GL in iOS?

Is it possible using video (pre-rendered, compressed with H.264) as texture for GL in iOS? If possible, how to do it? And any playback quality/frame-rate or limitations?
13
votes
2answers
6k views

CSS3 Radial Gradients with RGBA()

I am working on a website which uses multiple css3 gradients as overlay for a background tiled with texture image site url: --snipped-- currently for header i am using following css: #header { ...
12
votes
4answers
6k views

Packing rectangular image data into a square texture

I have N items of 2D image data that will be rectangular and I want to pack them into a single power of 2 texture as efficiently as possible. A simple non-efficient and naive implementation of an ...
11
votes
1answer
11k views

Doing readback from Direct3D textures and surfaces

I need to figure out how to get the data from D3D textures and surfaces back to system memory. What's the fastest way to do such things and how? Also if I only need one subrect, how can one read ...
6
votes
1answer
2k views

How to use GL_HALF_FLOAT_OES typed textures in iOS?

I'm trying to create a float texture to store intermediate results of my rendering pipeline created by a fragment shader. I need the values of the fragments to be signed floats. I understand that ...
5
votes
3answers
7k views

Using QImage with OpenGL

I've very recently picked up Qt and am using it with OpenGL The thing though is that when moving my SDL code to Qt and changing the texture code to use QImage it stops working. The image does load ...
5
votes
3answers
2k views

Loading texture for OpenGL with OpenCV

I have seen many code samples for loading textures for OpenGL, many of them a bit complicated to understand or requiring new functions with a lot of code. I was thinking that as OpenCV allows us to ...
1
vote
1answer
2k views

AndEngine Texture from Drawable

I'm new to AndEngine. For some reason, I have to create a TextureRegion from a Drawable variable. I don't know if it is possible, but my code is not working... public class DrawableTextureSource ...
9
votes
2answers
2k views

OpenGL - Associate Texture Coordinates Array With Index Array Rather Than Vertex Array?

Whenever we use an index array to render textured polygons with glDraw*Elements*, we can provide an array of vertices and an array of texture coordinates. Then each index in the index array refers to ...
6
votes
1answer
423 views

Texture Sampling Coordinates to Render a Sprite

Let's say we have a texture (in this case 8x8 pixels) we want to use as a sprite sheet. One of the sub-images (sprite) is a subregion of 4x3 inside the texture, like in this image: (Normalized ...
2
votes
1answer
5k views

Limitation on texture size? Android Open GL ES 2.0

I would like to know if there is any kind of limitation on the texture size that can be used in any Android Opengl Es 2.0 projects. I understand that having a huge texture of size 4096x4096 is a bit ...
2
votes
1answer
2k views

XNA - Tiling a 2D Texutre to Fill a Rectangle

Is it possible to tile an image in XNA so that it fills the entirety of a rectangle? I've tried Googling the subject, but I can't find anything that seems to work (I'm probably missing something ...
2
votes
2answers
2k views

Explain how OpenGL ES background images work

Could someone please explain how you render background images on an OpenGL ES view? From the basics of setting up the OpenGL environment. I'm a newbie to OpenGL here. I'm seeing a few ...
2
votes
3answers
3k views

Can't call glGenTextures on multithreaded android app

I'm making an OpenGLES Android app using Android NDK, expanding from android's gljni example, which can be found here It's using GLSurfaceView. Textures are initialized in a JNI function called from ...
4
votes
2answers
2k views

How to create Stencil buffer with texture (Image) in OpenGL-ES 2.0

Can I have Stencil prepared with a texture (Image) in OpenGL 2.0 So that some part of the Image will be transparent and as a result it will be transfered as is to Stencil buffer and then will use this ...
2
votes
1answer
818 views

iPhone OpenGL ES texture unit

I am new to writing OpenGL ES for the iPhone. I am trying to render yuv texture, but am very confused by the concept of a texture unit. If I change the glUniform1i's second parameter with different ...
1
vote
1answer
98 views

Extruding multiple polygons with multiple holes and texturing the combined shape

This question is related to this question. The answer shows very nice way to extrude polygons that have holes (see the excellent live example). The main learning of the answer was that paths in ...
1
vote
1answer
259 views

Image loading using openGL, SOIL

I tried a lot of examples for loading and displaying images in openGL using SOIL. while running the source code below, it displays just a wite quad without an image. I tried to open an image called: ...
1
vote
2answers
340 views

Deleting textures in opengl

Do I have to delete all the textures I created (using glDeleteTextures) before the program exists, or does OpenGL delete the textures by himself?
1
vote
1answer
1k views

Android OpenGL2.0 showing black textures

I am trying to draw textures onto quads in OpenGL2.0. So far I got the quads to show up and everything, but the textures are not there - the quads are all black. My main suspicion is that i'm not ...
5
votes
2answers
2k views

How to match texture similarity in images?

What are the ways in which to quantify the texture of a portion of an image? I'm trying to detect areas that are similar in texture in an image, sort of a measure of "how closely similar are they?" ...
4
votes
2answers
6k views

What is the maximum texture size available on the iPad?

Anyone know the maximum texture size for the iPad? I'm having trouble finding numbers for this.
5
votes
2answers
3k views

Full screen background texture with OpenGL performance issue (iPad)

I am quite puzzled with the poor performance I'm seeing when drawing a full screen background using a textured triangle mesh in OpenGL: drawing just the background and nothing else maxes out at 40 fps ...
4
votes
2answers
1k views

Texturing error on a Sphere

I have a number of spherical longitude/latitude coordinates for points on a sphere that I need to visualize. For that purpose, I transformed the points to cartesian coordinates and built a mesh of ...
3
votes
1answer
10k views

Xna 4.0 3D Vertex example

I'm currently trying to make a simple square by combining two triangles, like in the tutorials by Riemer (Link to tutorial), but since a lot has changed from 3.x to 4.0, I find it difficult. I would ...
2
votes
5answers
1k views

How to apply textures to a quad in order to texture a cube?

Recently I have been looking into OpenGL, and I've got up to the stage were I want to texture things. I thought I would start with texturing a simple cube. I currently have this code, and understand ...
2
votes
4answers
4k views

Issue with transparent texture on 3D primitive, XNA 4.0

I need to draw a large set of cubes, all with (possibly) unique textures on each side. Some of the textures also have parts of transparency. The cubes that are behind ones with transparent textures ...
8
votes
3answers
223 views

Texture not displaying properly - probably coordinates are wrong OpenGL, C++

I'll try to explain my problem with images. So this is a test texture I'm using for my OpenGL application: As you can see, there is a 2-pixels wide border around the image with different colors for ...
6
votes
1answer
360 views

How to use glDrawElements while keeping Texture Coordinates correct?

I'm using/targetting OpenGL 4.20, GSLSL 4.20, core. Using C. I'm exploring graphics with OpenGL and have decided to make a tile based game. I'm at the point where i'd like to actually draw a bunch of ...
4
votes
1answer
2k views

WebGL create Texture

I successfully created a WebGL texture from an image and drew it into a canvas element. function initTexture(src) { texture = gl.createTexture(); texture.image = new Image(); ...
3
votes
1answer
2k views

CUDA - Multiprocessors, Warp size and Maximum Threads Per Block: What is the exact relationship?

I know that there are multiprocessors on a CUDA GPU which contain CUDA cores in them. In my workplace I am working with a GTX 590, which contains 512 CUDA cores, 16 multiprocessors and which has a ...
3
votes
3answers
374 views

Texture doesn't stretch properly. Why is this happening?

I'm using LWJGL and Slick framework to load Textures to my OpenGL-application. I'm using this image: And this code to import and utilize the texture: flagTexture = ...
3
votes
1answer
2k views

Android OpenGL - ES Texture bleeding

I am writing a small app that at the moment generates a random map of textures. I am drawing this map as a 10 x 15 group of "quads" which are infact all triangle strips. I use the "map" to grab an ...
3
votes
3answers
2k views

How to write to the OpenGL Depth Buffer

I'm trying to implement an old-school technique where a rendered background image AND preset depth information is used to occlude other objects in the scene. So for instance if you have a picture of ...
2
votes
1answer
258 views

Can a three.js material have separate repeat values for a bump map and a texture map?

I'm trying to break up the repetition in my texture by applying a bump map which repeats much less frequently. Unfortunately, it seems to take on the repeat value of 'landTexture' below (64), instead ...
2
votes
1answer
1k views

Get Maximum OpenGL ES 2.0 Texture Size Limit in Android

I am trying to get the maximum texture size limit in Android for OpenGL 2.0. But I've found that the next instruction only works if I'm currently within the OpenGL Context, in other words I must have ...
2
votes
1answer
2k views

Texture from texturepacker in LibGDX

Trying get my head around the texturewrapper in (the awesome) LibGDX framework I need help. I would like to bind a texture (accordint to http://code.google.com/p/libgdx/wiki/MeshColorTexture) that ...
2
votes
3answers
2k views

draw texture in OpenGL Android from 0,0 coordinates

I'm new to opengGL and excuse if the questions are too naive. I'm going through some tuturials for seeking help on learning this. I have a small program written where i'm drawing a texture on a ...
2
votes
1answer
2k views

Super blurry textures - XNA

I seem to be getting really blurry textures when I look at my textures up close. I am creating a minecraft-like terrain thing and I would like the textures to be pixelated - like it is made rather ...
2
votes
2answers
3k views

Accessing Multiple FBO Textures in GLSL to create another texture

I created 4 textures and attach them to FBO, named fbo_texture0 - fbo_texture3. All of them are successfully created, as given by the following screenshot: image 1 Now, i wanted to create the 5th ...
1
vote
1answer
2k views

OpenGL ES 2.0 texture not showing on some device

I found a 3D graphics framework for Android called Rajawali and I am learning how to use it. I followed the most basic tutorial which is rendering a shpere object with a 1024x512 size jpg image for ...
1
vote
1answer
977 views

How to copy frontBuffer data to texture DirectX 9

I can't seem to find a way to create a texture from the surface data I acquire through the front buffer data of my application This is the code I'm pretty sure is working (Direct X 9, C++) // ...
1
vote
1answer
788 views

iPhone - OpenGL ES 1.1 - Alpha Blend make texture wrong color

I'm newbie in OpenGL ES 1.1 for iPhone. Today, I tried to draw png texture on black background (the texture includes the alpha chanel) but the result is diference from source png file. The Result on ...
1
vote
0answers
338 views

CALayer OpenGL(-ES) texture memory usage

I have an iPhone app that uses too much texture memory. I am trying to figure out which of the app's CALayers uses too much texture memory. Unfortunately, I cannot figure out how much texture ...
1
vote
1answer
877 views

How to draw a circle on 3D terrain in XNA?

So I've been looking across the web to find an answer to this question, but I seem to be missing something. I've got a little project going that dynamically creates 3D terrain in XNA 4.0, but I want ...
1
vote
1answer
260 views

OpenGL on Android - Texture Mapping - Only top left pixel visible

I've been playing with OpenGL ES Android and somehow my textures are always filled with the color of the the top left-most pixel. I suppose the flags are wrong, but I've tried a many logical ...
1
vote
1answer
2k views

XNA to render 3D video (fixed FPS!)

i have to develop an application in wich the final step is to export a video (or a single frame) of a 3D animation generated by my software calculating the user input parameters. I want to use XNA ...

1 2 3