Question: Exercise 4 . Assume a clockwise winding order. Calculate the normalized normal vector for the triangle rendered by the following code segment, assuming that OpenGL
Exercise Assume a clockwise winding order. Calculate the normalized normal vector for the
triangle rendered by the following code segment, assuming that OpenGL uses a lefthand
coordinate system where the xaxis extends to the right and the yaxis extends upward.
glBeginGLTRIANGLEFAN;
glVertexf;
glVertexf;
glVertexf;
glVertexf;
glVertexf; glVertexf
; glVertexf;
glEnd;
glBeginGLTRIANGLES;
for int i ; i ; i glVertexfi;
glVertexfi;
glEnd;
glBeginGLTRIANGLEFAN;
glVertexf; glVertexf;
glVertexf;
glEnd;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
