From 1506b09016031c89b10ea02fbda782f2f0122df8 Mon Sep 17 00:00:00 2001 From: Carsten Holtkamp Date: Mon, 4 Sep 2023 10:57:36 +0200 Subject: [PATCH] fix typo --- graphicstext/c03-gl1geom/s1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,