-
Notifications
You must be signed in to change notification settings - Fork 4
/
INDEX
124 lines (91 loc) · 2.14 KB
/
INDEX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
This file lists the programs that are refereced in the OpenGL Programming
Guide, Fourth Edition, by chapter. For each program, the version of
OpenGL that is required is listed with the program.
Chapter 1: Introduction to OpenGL
hello.c (1.0)
double.c (1.0)
Chapter 2: State Management and Drawing Geometric Objects
lines.c (1.0)
polys.c (1.0)
varray.c (1.1)
mvarray.c (1.4)
Chapter 3: Vieweing
cube.c (1.0)
model.c (1.0)
clip.c (1.0)
planet.c (1.0)
robot.c (1.0)
unproject.c (1.1)
Chapter 4: Color
smooth.c (1.0)
Chapter 5: Lighting
light.c (1.0)
movelight.c (1.0)
material.c (1.0)
colormat.c (1.1)
scene.c (1.0)
qChapter 6: Blending, Antialiasing, Fog, and Polygon Offset
blendeqn.c (1.3 or ARB_imaging_subset)
alpha.c (1.0)
alpha3D.c (1.1)
aargb.c (1.1)
aaindex.c (1.1)
multisamp.c (1.3)
fog.c (1.0)
fogindex.c (1.0)
fogcoord.c (1.4)
pointp.c (1.4)
polyoff.c (1.1)
Chapter 7: Display Lists
torus.c (1.0)
list.c (1.0)
stroke.c (1.0)
Chapter 8: Drawing Pixels, Bitmaps, Fonts, and Images
drawf.c (1.0)
font.c (1.0)
image.c (1.1)
colortable.c (ARB_imaging_subset)
convolution.c (ARB_imaging_subset)
colormatrix.c (ARB_imaging_subset)
histogram.c (ARB_imaging_subset)
minmax.c (ARB_imaging_subset)
Chapter 9: Texture Mapping
checker.c (1.0)
texsub.c (1.1)
texture3d.c (1.2)
mipmap.c (1.0)
texbind.c (1.1)
texgen.c (1.1)
cubemap.c (1.3)
multitex.c (1.3 or ARB_multitexture)
combiner.c (1.3)
shadowmap.c (1.4)
wrap.c
texprox.c (1.1)
Chapter 10: The Framebuffer
stencil.c (1.0)
accpersp.c (1.0)
accanti.c (1.0)
dof.c (1.0)
Chapter 11: Tessellators and Quadrics
tess.c (1.1)
tesswind.c (1.1)
quadric.c (1.1)
Chapter 12: Evaluators and NURBS
bezcurve.c (1.1)
bezsurf.c (1.1)
bezmesh.c (1.1)
texturesurf.c (1.1)
surface.c (1.1)
surfpoints.c (1.2)
trim.c (1.1)
Chapter 13: Selection and Feedback
select.c (1.1)
picksquare.c (1.0)
pickdepth.c (1.0)
feedback.c (1.0)
Chapter 14: Now That You Know
<No programs included>
Color Plates:
teapots.c (1.1)