Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: patrikk

Search: Search took 0.01 seconds.

  1. Re: glDrawElements with Vertices, Normals, UVTexCoords

    Ok next problem appears.
    I've organised the indicies, but when I try to render a cube, the image looks flat - but the array-values are ok. I've tested another program, who draw the vertices with...
  2. Re: glDrawElements with Vertices, Normals, UVTexCoords

    Thanks for your advice.
    Think that's my fault - maybe i've to change my parser.
  3. glDrawElements with Vertices, Normals, UVTexCoords

    Hi,

    I want to render some objects using OpenGL ES 2.0 and the glDrawElements() function. The Data is parsed from an .obj File in simple flot-arrays for vertices, normals, texCoords,



    float...
Results 1 to 3 of 3