Hi, I'm currently trying to make a 3D model of an isosurface in OpenGL....i already extracted the isosurface from the volume data...i mean i have the number of faces, vertices and the isornormals for each vertex.
I draw the object in a loop...something like this:
glBegin(GL_TRIANGLES);
for (i =0; i