say i have these 3 verticies...
int v1[3] = {-5,1,0};
int v2[3] = {-5,1,35};
int v3[3] = {5,1,35};
int v4[3] = {5,1,0};
i make a GL_QUADS with these 4 verticies...
how do i find the normal? (i want to have a separate function that i could send 3 of the verticies to and have it return the normal...
someone help me?



