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...
Type: Posts; User: patrikk
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...
Thanks for your advice.
Think that's my fault - maybe i've to change my parser.
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...