texture-mapping
Java OpenGL apply fragment shader to partially transparent texture mapped quad
I\'m drawing a texture mapped quad with a texture that has some transparent pixels on it. So, I load the texture and then draw it[详细]
2023-03-12 16:59 分类:问答Opengl texture mapping and image resoution
i\'m working with opengl and texture mapping. the problem is when the applied texture is 512×32 pixels every thing is working fine, but when it\'s 128×128 the texture is not applied properly.[详细]
2023-03-08 04:18 分类:问答white screen on mapping second texture on the back side of OpenGLES view
What I am trying to get is a flip animation where the front face is an album thumbnail and it rotates and scales to a larger Image showing album details. I am able to map the front texture from UIVIew[详细]
2023-03-07 01:28 分类:问答Can you suggest a canvas library capable of SIMPLE 3d
What I need to do is create a simple preview of a minecraft \"dude\" with the correct texture applied.[详细]
2023-03-05 13:51 分类:问答Problem texture mapping a quad in OpenGL with Ortho2D
The following code produces the image that follows. The image I am using for the background is 640 x 480, as is the displayMode. The texture background is a .bmp and is loaded with the Slick texture l[详细]
2023-03-04 22:03 分类:问答Drawing adjacent texture mapped rectangles in OpenGL
I\'m drawing a number of texture-mapped rectangles which are sat on top of each other using the following code:[详细]
2023-03-03 23:24 分类:问答Simple 2D UV mapping problem in openGLES
I\'m fairly new to low level openGL coding and I have a problem that perhaps I\'m just too tired to find a solution to. I\'m sure the answer is simple and I\'m doing something utterly stupid but here[详细]
2023-03-03 23:13 分类:问答texture mapping a trapezoid with a square texture in OpenGL
I\'ve been trying to render a GL_QUAD (which is shaped as a trapezoid) with a square texture. I\'d like to try and use OpenGL only to pull this off. Right now the texture is getting heavily distorted[详细]
2023-03-03 03:28 分类:问答OpenGL ES why is my texture turned 180 degrees?
i am drawing a texture on a simple plane. The renderingcode is basically this: gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);[详细]
2023-02-26 21:35 分类:问答OpenGL Texture Mapping using .jpg texture file
Does anyone know whether or not XCode has a framework (library) for reading and writing jpeg files, and what is the library/framework name? I want to load this jpg image for a texture mappin开发者_如何[详细]
2023-02-23 18:47 分类:问答