diff --git a/graphicstext/c03-gl1geom/s1.xml b/graphicstext/c03-gl1geom/s1.xml index e0bca94..97098d9 100644 --- a/graphicstext/c03-gl1geom/s1.xml +++ b/graphicstext/c03-gl1geom/s1.xml @@ -354,7 +354,7 @@ depth buffer is generally not used, and the appropriate parameter for -

We have see that there are versions of glColor* and glVertex* +

We have seen that there are versions of glColor* and glVertex* that take different numbers and types of parameters. There are also versions that let you place all the data for the command in a single array parameter. The names for such versions end with "v". For example: glColor3fv,