vertex
Minimum vs Minimal vertex covers
I am studying for an exam and one of the sample questions is as follows: Vertex cover: a vertex cover in a graph is a set of vertices such that each edge has at least one of its two end points in thi[详细]
2023-01-03 06:29 分类:问答When should I use indexed arrays of OpenGL vertices?
I\'m trying to get a clear idea of when I should be using indexed arrays of OpenGL vertices, drawn with gl[Multi]DrawElements and the like, versus when I should simply use contiguous arrays of vertice[详细]
2023-01-02 11:36 分类:问答Is the binormal of a vertex the cross between its normal and tangent?
I\'m trying to find out what a binormal is in the context of graphics programming but coming up short, I saw on a site that the binormal was being calculated as the cros开发者_StackOverflow中文版s pro[详细]
2022-12-30 04:17 分类:问答Opengl ES - drawing a plane of multiple vertices
Using Opengl ES for Android we’re facing a problem when drawing a squ开发者_Go百科are with a texture. They look fine from a distance, but when getting close to the model the texture screws up. We bel[详细]
2022-12-20 20:10 分类:问答Is immutability and Flex a bad mix?
In my little scratch built flex game framework, I have defined a class called ThreeDPoint, that carries an x, y, and z co-ordinate set to track my in-game objects, called Actors. I also use the class[详细]
2022-12-19 05:36 分类:问答Java OpenGL Vertex Buffer Objects not working
I tried to implement Open GLs Vertex Buffer Objects the first time, and all i get is a black screen. I tried it with glOrtho instead of glPerspective, but it didnt work as well.[详细]
2022-12-16 20:51 分类:问答OpenGL ES Polygon with Normals rendering (Note the 'ES!')
Ok... imagine I have a relatively simple solid that has six distinct normals but actually has close to 48 faces (8 faces per direction) and there are a LOT of shared vertices between faces.What\'s the[详细]
2022-12-15 18:12 分类:问答Using opengl, how do I combine a background image and a smaller distorted texture?
I amattempting to make an image stretch effect on the iphone. I make a vertex array and shift the texture data for each indice within an arbitrary radius of a background image. Then make the following[详细]
2022-12-11 14:58 分类:问答Can I use a vertex shader to display a models normals?
I\'m currently using a VBO for the texture coordinates, normals and the v开发者_Python百科ertices of a (3DS) model I\'m drawing with \"glDrawArrays(GL_TRIANGLES, ...);\". For debugging I want to (temp[详细]
2022-12-09 20:49 分类:问答
加载中,请稍侯......