Fix capitalization
parent
e6ed70c791
commit
63382b6e81
|
@ -8,7 +8,7 @@ ARTICLE: "opengl-low-level" "OpenGL binding"
|
||||||
{ $subsection "opengl-geometric-primitives" }
|
{ $subsection "opengl-geometric-primitives" }
|
||||||
{ $subsection "opengl-modeling-transformations" } ;
|
{ $subsection "opengl-modeling-transformations" } ;
|
||||||
|
|
||||||
ARTICLE: "opengl-specifying-vertices" "Specifying Vertices"
|
ARTICLE: "opengl-specifying-vertices" "Specifying vertices"
|
||||||
|
|
||||||
{ $subsection glVertex2d }
|
{ $subsection glVertex2d }
|
||||||
{ $subsection glVertex2f }
|
{ $subsection glVertex2f }
|
||||||
|
@ -35,7 +35,7 @@ ARTICLE: "opengl-specifying-vertices" "Specifying Vertices"
|
||||||
{ $subsection glVertex4iv }
|
{ $subsection glVertex4iv }
|
||||||
{ $subsection glVertex4sv } ;
|
{ $subsection glVertex4sv } ;
|
||||||
|
|
||||||
ARTICLE: "opengl-geometric-primitives" "OpenGL Geometric Primitives"
|
ARTICLE: "opengl-geometric-primitives" "OpenGL geometric primitives"
|
||||||
|
|
||||||
{ $table
|
{ $table
|
||||||
{ { $link GL_POINTS } "individual points" }
|
{ { $link GL_POINTS } "individual points" }
|
||||||
|
@ -70,7 +70,7 @@ HELP: glPolygonMode
|
||||||
{ $link GL_LINE }
|
{ $link GL_LINE }
|
||||||
{ $link GL_FILL } } } } } ;
|
{ $link GL_FILL } } } } } ;
|
||||||
|
|
||||||
ARTICLE: "opengl-modeling-transformations" "Modeling Transformations"
|
ARTICLE: "opengl-modeling-transformations" "Modeling transformations"
|
||||||
{ $subsection glTranslatef }
|
{ $subsection glTranslatef }
|
||||||
{ $subsection glTranslated }
|
{ $subsection glTranslated }
|
||||||
{ $subsection glRotatef }
|
{ $subsection glRotatef }
|
||||||
|
|
Loading…
Reference in New Issue