All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:46, 30 August 2022 RhoSigma talk contribs protected GlMaterialiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:46, 30 August 2022 RhoSigma talk contribs created page GlMaterialiv (Created page with "{{DISPLAYTITLE:_glMaterialiv}} The '''_glMaterialiv''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMaterialiv''' GLenum {{Parameter|face}}, GLenum {{Parameter|pname}}, const GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * Ope...")
- 22:23, 30 August 2022 RhoSigma talk contribs protected GlMapGrid1d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:22, 30 August 2022 RhoSigma talk contribs created page GlMapGrid1d (Created page with "{{DISPLAYTITLE:_glMapGrid1d}} The '''_glMapGrid1d''' statement defines a one-dimensional mesh. {{PageSyntax}} : '''_glMapGrid1d''' GLint {{Parameter|un}}, GLdouble {{Parameter|u1}}, GLdouble {{Parameter|u2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in s...")
- 22:22, 30 August 2022 RhoSigma talk contribs protected GlMapGrid1f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:22, 30 August 2022 RhoSigma talk contribs created page GlMapGrid1f (Created page with "{{DISPLAYTITLE:_glMapGrid1f}} The '''_glMapGrid1f''' statement defines a one-dimensional mesh. {{PageSyntax}} : '''_glMapGrid1f''' GLint {{Parameter|un}}, GLfloat {{Parameter|u1}}, GLfloat {{Parameter|u2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in sev...")
- 22:22, 30 August 2022 RhoSigma talk contribs protected GlMapGrid2d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:21, 30 August 2022 RhoSigma talk contribs created page GlMapGrid2d (Created page with "{{DISPLAYTITLE:_glMapGrid2d}} The '''_glMapGrid2d''' statement defines a two-dimensional mesh. {{PageSyntax}} : '''_glMapGrid2d''' GLint {{Parameter|un}}, GLdouble {{Parameter|u1}}, GLdouble {{Parameter|u2}}, GLint {{Parameter|vn}}, GLdouble {{Parameter|v1}}, GLdouble {{Parameter|v2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGL...")
- 22:21, 30 August 2022 RhoSigma talk contribs protected GlMapGrid2f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:21, 30 August 2022 RhoSigma talk contribs created page GlMapGrid2f (Created page with "{{DISPLAYTITLE:_glMapGrid2f}} The '''_glMapGrid2f''' statement defines a two-dimensional mesh. {{PageSyntax}} : '''_glMapGrid2f''' GLint {{Parameter|un}}, GLfloat {{Parameter|u1}}, GLfloat {{Parameter|u2}}, GLint {{Parameter|vn}}, GLfloat {{Parameter|v1}}, GLfloat {{Parameter|v2}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLType...")
- 22:08, 30 August 2022 RhoSigma talk contribs protected GlMap1d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:08, 30 August 2022 RhoSigma talk contribs created page GlMap1d (Created page with "{{DISPLAYTITLE:_glMap1d}} The '''_glMap1d''' statement defines a one-dimensional evaluator. {{PageSyntax}} : '''_glMap1d''' GLenum {{Parameter|target}}, GLdouble {{Parameter|u1}}, GLdouble {{Parameter|u2}}, GLint {{Parameter|stride}}, GLint {{Parameter|order}}, const GLdouble {{Parameter|*points}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Type...")
- 22:08, 30 August 2022 RhoSigma talk contribs protected GlMap1f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:08, 30 August 2022 RhoSigma talk contribs created page GlMap1f (Created page with "{{DISPLAYTITLE:_glMap1f}} The '''_glMap1f''' statement defines a one-dimensional evaluator. {{PageSyntax}} : '''_glMap1f''' GLenum {{Parameter|target}}, GLfloat {{Parameter|u1}}, GLfloat {{Parameter|u2}}, GLint {{Parameter|stride}}, GLint {{Parameter|order}}, const GLfloat {{Parameter|*points}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types...")
- 22:08, 30 August 2022 RhoSigma talk contribs protected GlMap2d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:08, 30 August 2022 RhoSigma talk contribs created page GlMap2d (Created page with "{{DISPLAYTITLE:_glMap2d}} The '''_glMap2d''' statement defines a two-dimensional evaluator. {{PageSyntax}} : '''_glMap2d''' GLenum {{Parameter|target}}, GLdouble {{Parameter|u1}}, GLdouble {{Parameter|u2}}, GLint {{Parameter|ustride}}, GLint {{Parameter|uorder}}, GLdouble {{Parameter|v1}}, GLdouble {{Parameter|v2}}, GLint {{Parameter|vstride}}, GLint {{Parameter|vorder}}, const GLdouble {{Parameter|*points}} {{PageParameters}} * OpenGL is using its own set of variabl...")
- 22:08, 30 August 2022 RhoSigma talk contribs protected GlMap2f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:07, 30 August 2022 RhoSigma talk contribs created page GlMap2f (Created page with "{{DISPLAYTITLE:_glMap2f}} The '''_glMap2f''' statement defines a two-dimensional evaluator. {{PageSyntax}} : '''_glMap2f''' GLenum {{Parameter|target}}, GLfloat {{Parameter|u1}}, GLfloat {{Parameter|u2}}, GLint {{Parameter|ustride}}, GLint {{Parameter|uorder}}, GLfloat {{Parameter|v1}}, GLfloat {{Parameter|v2}}, GLint {{Parameter|vstride}}, GLint {{Parameter|vorder}}, const GLfloat {{Parameter|*points}} {{PageParameters}} * OpenGL is using its own set of variable typ...")
- 21:55, 30 August 2022 RhoSigma talk contribs protected GlLoadName [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:55, 30 August 2022 RhoSigma talk contribs created page GlLoadName (Created page with "{{DISPLAYTITLE:_glLoadName}} The '''_glLoadName''' statement loads a name onto the name stack. {{PageSyntax}} : '''_glLoadName''' GLuint {{Parameter|name}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for ano...")
- 21:53, 30 August 2022 RhoSigma talk contribs protected GlLoadMatrixf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:53, 30 August 2022 RhoSigma talk contribs created page GlLoadMatrixf (Created page with "{{DISPLAYTITLE:_glLoadMatrixf}} The '''_glLoadMatrixf''' statement replaces the current matrix with an arbitrary matrix. {{PageSyntax}} : '''_glLoadMatrixf''' const GLfloat {{Parameter|*m}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so...")
- 21:53, 30 August 2022 RhoSigma talk contribs protected GlLoadMatrixd [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:53, 30 August 2022 RhoSigma talk contribs created page GlLoadMatrixd (Created page with "{{DISPLAYTITLE:_glLoadMatrixd}} The '''_glLoadMatrixd''' statement replaces the current matrix with an arbitrary matrix. {{PageSyntax}} : '''_glLoadMatrixd''' const GLdouble {{Parameter|*m}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so...")
- 21:48, 30 August 2022 RhoSigma talk contribs protected GlLoadIdentity [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:48, 30 August 2022 RhoSigma talk contribs created page GlLoadIdentity (Created page with "{{DISPLAYTITLE:_glLoadIdentity}} The '''_glLoadIdentity''' statement replaces the current matrix with the identity matrix. {{PageSyntax}} : '''_glLoadIdentity''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glloadidentity Microsoft Docs] and is also valid for QB64 usage. {{Page...")
- 21:46, 30 August 2022 RhoSigma talk contribs protected GlListBase [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:46, 30 August 2022 RhoSigma talk contribs created page GlListBase (Created page with "{{DISPLAYTITLE:_glListBase}} The '''_glListBase''' statement sets the display list base for '''_glCallLists'''. {{PageSyntax}} : '''_glListBase''' GLuint {{Parameter|base}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduc...")
- 21:43, 30 August 2022 RhoSigma talk contribs protected GlLineStipple [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:43, 30 August 2022 RhoSigma talk contribs created page GlLineStipple (Created page with "{{DISPLAYTITLE:_glLineStipple}} The '''_glLineStipple''' statement specifies the line stipple pattern. {{PageSyntax}} : '''_glLineStipple''' GLint {{Parameter|factor}}, GLushort {{Parameter|pattern}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several p...")
- 21:39, 30 August 2022 RhoSigma talk contribs protected GlLightf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:39, 30 August 2022 RhoSigma talk contribs created page GlLightf (Created page with "{{DISPLAYTITLE:_glLightf}} The '''_glLightf''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightf''' GLenum {{Parameter|light}}, GLenum {{Parameter|pname}}, GLfloat {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available...")
- 21:37, 30 August 2022 RhoSigma talk contribs protected GlLightfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:37, 30 August 2022 RhoSigma talk contribs created page GlLightfv (Created page with "{{DISPLAYTITLE:_glLightfv}} The '''_glLightfv''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightfv''' GLenum {{Parameter|light}}, GLenum {{Parameter|pname}}, const GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation i...")
- 21:36, 30 August 2022 RhoSigma talk contribs protected GlLighti [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:36, 30 August 2022 RhoSigma talk contribs created page GlLighti (Created page with "{{DISPLAYTITLE:_glLighti}} The '''_glLighti''' statement returns light source parameter values. {{PageSyntax}} : '''_glLighti''' GLenum {{Parameter|light}}, GLenum {{Parameter|pname}}, GLint {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available i...")
- 21:35, 30 August 2022 RhoSigma talk contribs protected GlLightiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:35, 30 August 2022 RhoSigma talk contribs created page GlLightiv (Created page with "{{DISPLAYTITLE:_glLightiv}} The '''_glLightiv''' statement returns light source parameter values. {{PageSyntax}} : '''_glLightiv''' GLenum {{Parameter|light}}, GLenum {{Parameter|pname}}, const GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is...")
- 21:28, 30 August 2022 RhoSigma talk contribs protected GlLightModelf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:28, 30 August 2022 RhoSigma talk contribs created page GlLightModelf (Created page with "{{DISPLAYTITLE:_glLightModelf}} The '''_glLightModelf''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModelf''' GLenum {{Parameter|pname}}, GLfloat {{Parameter|*param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places,...")
- 21:27, 30 August 2022 RhoSigma talk contribs protected GlLightModelfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:27, 30 August 2022 RhoSigma talk contribs created page GlLightModelfv (Created page with "{{DISPLAYTITLE:_glLightModelfv}} The '''_glLightModelfv''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModelfv''' GLenum {{Parameter|pname}}, const GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in sever...")
- 21:26, 30 August 2022 RhoSigma talk contribs protected GlLightModeli [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:25, 30 August 2022 RhoSigma talk contribs created page GlLightModeli (Created page with "{{DISPLAYTITLE:_glLightModeli}} The '''_glLightModeli''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModeli''' GLenum {{Parameter|pname}}, GLint {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so...")
- 21:24, 30 August 2022 RhoSigma talk contribs protected GlLightModeliv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:23, 30 August 2022 RhoSigma talk contribs created page GlLightModeliv (Created page with "{{DISPLAYTITLE:_glLightModeliv}} The '''_glLightModeliv''' statement sets lighting model parameters. {{PageSyntax}} : '''_glLightModeliv''' GLenum {{Parameter|pname}}, const GLint {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several...")
- 09:36, 27 August 2022 RhoSigma talk contribs created page PLAY (function) (Created page with "Short description here. {{PageSyntax}} : {{Parameter|resVar with type suffix}} = '''PLAY''' ({{Parameter|arguments with suffix}}) {{PageParameters}} * describe {{Parameter|resVar}} * descibe {{Parameter|argument}} {{PageDescription}} * Full describtion here, use as many dots you need. {{PageExamples}} * Place the example desciption here {{CodeStart}} Inside this block place keywords in Cl templates {{Cl|Keyword}} where the keyword=page link eg. {{Cl|PLAY}} for th...")
- 16:18, 26 August 2022 User account A740g talk contribs was created by RhoSigma talk contribs
- 13:05, 18 August 2022 RhoSigma talk contribs protected GlInitNames [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 13:05, 18 August 2022 RhoSigma talk contribs created page GlInitNames (Created page with "{{DISPLAYTITLE:_glInitNames}} The '''_glInitNames''' statement initializes the name stack. {{PageSyntax}} : '''_glInitNames''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glinitnames Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso}} * SUB _GL * _glBeg...")