opengl-es-2.0
iOS: make pen drawing like Bamboo application
I am making an ipad application, using GLPaint from Apple source code. I have done the drawing but I don\'t like my pen effect. I would like to do it as the same with Bamboo application (free) on Appl[详细]
2023-03-14 16:33 分类:问答OpenGLES 2.0 Phong shader strange result, makes my object transparent when texture is enabled!
I\'ve been stuck for several days now, trying to make my shader working properly. The problem is that when I\'m not attaching a texture on my object, I multiply the ambient by the light color and I ge[详细]
2023-03-14 16:08 分类:问答what IDE to use to develop OpenGL ES? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-14 11:57 分类:问答OpenGL ES 2 - noob question regarding depth
okay i\'m kind of new to this 3D math and it was a major milestone was to get the projection &开发者_开发百科; modelview matrices right last night :][详细]
2023-03-14 07:22 分类:问答How do I replace glBegin() and related functions in OpenGL ES 2.0?
I have OpenGL code like the following that I\'d like to port to OpenGL ES 2.0: 开发者_StackOverflowfor (surfnum=0;surfnum < surftotal;surfnum++){[详细]
2023-03-14 05:57 分类:问答How can I place a UILabel within an OpenGL ES 2.0 application?
I have an OpenGL ES 2.0 application for iPad. Is it possible to place text on the screen using a UILabel, like you can in a traditional iOS application?[详细]
2023-03-14 05:20 分类:问答Using SurfaceTexture in Android
I want to play a video into an OpenGL texture on XOOM using Android 3.0. I have come across SurfaceTexture in the goole developer docs which has been added in API 11[详细]
2023-03-14 00:12 分类:问答OpenGL ES Questions (iPhone)
I\'m planning on making a new game with OpenGL for the iPhone, but I first have a couple questions.First of all, I\'m stuck between choosing OpenGL 1.1 or 2.0 (I know this question has been asked befo[详细]
2023-03-13 19:00 分类:问答Creating shader program for QGraphicsItem
I have a QGraphicsScene in which I add a QGraphicsItem. Inside the QGraphicsItem, I render the triangle used in the hello triangle example of OpenGL ES 2.0. The problem is that if I create and compile[详细]
2023-03-13 10:16 分类:问答Android Mixing OpenGLES 1.0 and OpenGLES 2.0
I\'ve been asked to create shaders for our Android engine and I\'m a little confused. So far the engine has been built on the premise that we use GL10 instances to be responsbile for the drawing of ev[详细]
2023-03-13 01:02 分类:问答