Top "Textures" questions

Textures are series of images used in computer graphics to associate locations on a visible surface with varying values.

Managing assets between desktop and device version in libgdx

I'm building a little Android game using libgdx. For now I have a copy of the game's assets in the …

android textures assets filenotfoundexception libgdx
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 …

ios video opengl-es textures
WebGL - wait for texture to load

How do I test if the WebGLTexture object is 'complete' ? Currently I get this message: [WebGLRenderingContext]RENDER WARNING: texture bound …

html textures webgl
Bitmap too large to be uploaded into a texture

I've in drawable directory an image file with the 960x1440 size. When the app start, the image is not loaded …

android bitmap textures
The best way to texture a cube in openGL

Which is the best way (lowest memory, fastest speed) to texture a cube? after a while i have find this …

opengl textures vertex-array
How to load and display image in OpenGL ES for iphone

I'm a newbie and trying to display a sprite on my iPhone screen using OpenGL ES. I know its far …

iphone objective-c opengl-es textures sprite
OpenGLES 2.0 separate buffers for vertices, colors and texture coordinates

I've been learning OpenGL for a few days now by following some tutorials and coding some experiments of my own. …

opengl-es opengl-es-2.0 textures vbo vertex
Transparent textures behaviour in WebGL

Environment: WebGL, Chrome. I have the following behavior when using transparent png's as textures for models: Image A - the …

transparency textures webgl
Read texture bytes with glReadPixels?

I want to dump raw texture data to disk (to read back later), and I'm not sure about glReadPixel will …

ios opengl-es textures glreadpixels
Render a BMP, JPEG, or PNG Image with DirectX?

How do you render a BMP, JPEG, or PNG image file in 3D with DirectX in Windows? (E.g. let's …

winapi 3d directx textures direct3d