First Midterm Code examples Flashcards

1
Q

GL_LINES

A

Renders individual line segments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

GL_LINE_STRIP

A

Renders a connected sequence of lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GL_LINE_LOOP

A

Similar to GL_LINE_STRIP but closes the loop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GL_TRIANGLE_STRIP

A

Renders a connected strip of triangles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

GL_QUADS

A

Renders individual quadrilaterals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GL_POLYGON

A

Renders a single convex polygon.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

GL_TRIANGLES

A

Renders are connected lines of triangles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

GL_POINTS

A

Renders individual points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly