textures
Android OpenGL 1.0 different texture for each face of the cube with texture atlas
I have a cube, I can assign for it one texture, but I would like to assign different texture for each face. I have a 512x512 texture atlas, with four tiles, each 256x256. I use the NeHe ports, so for[详细]
2023-04-13 10:07 分类:问答OpenGL ES 2.0 Showing black screen on iOS 5 Simulator/Device
I have developed an app in which Images needs to be shown u开发者_如何学JAVAsing texture on OpenGL ES 2.0 for iPhone.[详细]
2023-04-13 08:21 分类:问答How to fill each side of a cube with different textures on OpenGL ES 1.1?
Please, I need tutorials/code examples of how to fill each side of a cube with different textures on OpenGL ES 1.1[详细]
2023-04-12 20:10 分类:问答Using Texture as label in WhirlyGlobe
WhirlyGlobe is a very useful framework and I would like to display Country Flags i开发者_运维技巧nstead of names for each countries.[详细]
2023-04-12 08:29 分类:问答Bad (unattractive) blending in OpenGL with bright figures on dark background
I h开发者_如何学JAVAave a problems in OpenGL with blending (in result of antialiasing or textured painting). See problem illustration:[详细]
2023-04-12 02:53 分类:问答WebGL pass array shader
I\'m new to WebGL and I\'m facing some problems of the shaders. I wanna do multiple light sources in the scene. I searched online and knew that in WebGL, you can\'t pass an arrayinto the fragment shad[详细]
2023-04-12 02:10 分类:问答OpenGL/GLSL - Writing A Smart Texture Shader
Let\'s say my texture is 256x256 pixel. It contains 16 sub-textures of 64x64 pixel. The sub-textures are to be rendered to quads. To increase performance I want to pass discrete values to the shader w[详细]
2023-04-11 12:15 分类:问答Texturing a 3D sphere(Can not find a post that helps me)
I am trying to create a 3D sphere and I currently have a sphere made out of points though I need to apply a texture to this and that is causing me problems.[详细]
2023-04-11 04:51 分类:问答Java3d: Texture is not applied to OBJ model properly
I load a 3d model of a torus (obj file) into my program, using these lines: Shape3D torus=null; Scene t1 = getSceneFromFile(\"Some local path\\torus.obj\");[详细]
2023-04-11 02:51 分类:问答OpenGL ES texture origin differs from top/left to bottom/left on different phones
I\'m currently developing an NDK-based OpenGL ES 2.0 app. And i\'m loading textures using libjpeg flipping it vertically (as OpenGL standard says). It works fine on Samsung Galaxy SII, HTC Desire HD a[详细]
2023-04-11 02:51 分类:问答