Add more gl-docs
parent
3cc32597f8
commit
3d2ee2a35c
extra/opengl/gl
|
@ -5,7 +5,8 @@ IN: opengl.gl
|
|||
|
||||
ARTICLE: "opengl-low-level" "OpenGL Library (low level)"
|
||||
{ $subsection "opengl-specifying-vertices" }
|
||||
{ $subsection "opengl-geometric-primitives" } ;
|
||||
{ $subsection "opengl-geometric-primitives" }
|
||||
{ $subsection "opengl-modeling-transformations" } ;
|
||||
|
||||
ARTICLE: "opengl-specifying-vertices" "Specifying Vertices"
|
||||
|
||||
|
@ -67,4 +68,18 @@ HELP: glPolygonMode
|
|||
{ $list
|
||||
{ $link GL_POINT }
|
||||
{ $link GL_LINE }
|
||||
{ $link GL_FILL } } } } } ;
|
||||
{ $link GL_FILL } } } } } ;
|
||||
|
||||
ARTICLE: "opengl-modeling-transformations" "Modeling Transformations"
|
||||
{ $subsection glTranslatef }
|
||||
{ $subsection glTranslated }
|
||||
{ $subsection glRotatef }
|
||||
{ $subsection glRotated }
|
||||
{ $subsection glScalef }
|
||||
{ $subsection glScaled } ;
|
||||
|
||||
|
||||
{ glTranslatef glTranslated glRotatef glRotated glScalef glScaled }
|
||||
related-words
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue