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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:31, 31 August 2022 RhoSigma talk contribs protected GlNormal3iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:31, 31 August 2022 RhoSigma talk contribs created page GlNormal3iv (Created page with "{{DISPLAYTITLE:_glNormal3iv}} The '''_glNormal3iv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3iv''' const GLint {{Parameter|*v}} {{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...")
  • 20:24, 31 August 2022 RhoSigma talk contribs protected GlNormal3b [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:24, 31 August 2022 RhoSigma talk contribs created page GlNormal3b (Created page with "{{DISPLAYTITLE:_glNormal3b}} The '''_glNormal3b''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3b''' GLbyte {{Parameter|nx}}, GLbyte {{Parameter|ny}}, GLbyte {{Parameter|nz}} {{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...")
  • 20:24, 31 August 2022 RhoSigma talk contribs protected GlNormal3bv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:24, 31 August 2022 RhoSigma talk contribs created page GlNormal3bv (Created page with "{{DISPLAYTITLE:_glNormal3bv}} The '''_glNormal3bv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3bv''' const GLbyte {{Parameter|*v}} {{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 fo...")
  • 20:23, 31 August 2022 RhoSigma talk contribs protected GlNormal3d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:23, 31 August 2022 RhoSigma talk contribs created page GlNormal3d (Created page with "{{DISPLAYTITLE:_glNormal3d}} The '''_glNormal3d''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3d''' GLdouble {{Parameter|nx}}, GLdouble {{Parameter|ny}}, GLdouble {{Parameter|nz}} {{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...")
  • 20:23, 31 August 2022 RhoSigma talk contribs protected GlNormal3dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:23, 31 August 2022 RhoSigma talk contribs created page GlNormal3dv (Created page with "{{DISPLAYTITLE:_glNormal3dv}} The '''_glNormal3dv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3dv''' const GLdouble {{Parameter|*v}} {{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...")
  • 15:49, 31 August 2022 RhoSigma talk contribs protected GlNormalPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 15:49, 31 August 2022 RhoSigma talk contribs created page GlNormalPointer (Created page with "{{DISPLAYTITLE:_glNormalPointer}} The '''_glNormalPointer''' statement defines an array of normals. {{PageSyntax}} : '''_glNormalPointer''' GLenum {{Parameter|type}}, GLsizei {{Parameter|stride}}, const GLvoid {{Parameter|*pointer}} {{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 docume...")
  • 15:48, 31 August 2022 RhoSigma talk contribs protected GlNewList [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 15:48, 31 August 2022 RhoSigma talk contribs created page GlNewList (Created page with "{{DISPLAYTITLE:_glNewList}} The '''_glNewList''' and '''_glEndList''' statements create or replace a display list. {{PageSyntax}} : '''_glNewList''' GLuint {{Parameter|list}}, GLenum {{Parameter|mode}} {{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...")
  • 22:56, 30 August 2022 RhoSigma talk contribs protected GlMatrixMode [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:56, 30 August 2022 RhoSigma talk contribs created page GlMatrixMode (Created page with "{{DISPLAYTITLE:_glMatrixMode}} The '''_glMatrixMode''' statement specifies which matrix is the current matrix. {{PageSyntax}} : '''_glMatrixMode''' GLenum {{Parameter|mode}} {{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 reprodu...")
  • 22:55, 30 August 2022 RhoSigma talk contribs protected GlMultMatrixd [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:55, 30 August 2022 RhoSigma talk contribs created page GlMultMatrixd (Created page with "{{DISPLAYTITLE:_glMultMatrixd}} The '''_glMultMatrixd''' statement multiplies the current matrix by an arbitrary matrix. {{PageSyntax}} : '''_glMultMatrixd''' 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...")
  • 22:54, 30 August 2022 RhoSigma talk contribs protected GlMultMatrixf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:54, 30 August 2022 RhoSigma talk contribs created page GlMultMatrixf (Created page with "{{DISPLAYTITLE:_glMultMatrixf}} The '''_glMultMatrixf''' statement multiplies the current matrix by an arbitrary matrix. {{PageSyntax}} : '''_glMultMatrixf''' 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...")
  • 22:48, 30 August 2022 RhoSigma talk contribs protected GlMaterialf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:48, 30 August 2022 RhoSigma talk contribs created page GlMaterialf (Created page with "{{DISPLAYTITLE:_glMaterialf}} The '''_glMaterialf''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMaterialf''' GLenum {{Parameter|face}}, 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 doc...")
  • 22:47, 30 August 2022 RhoSigma talk contribs protected GlMaterialfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:47, 30 August 2022 RhoSigma talk contribs created page GlMaterialfv (Created page with "{{DISPLAYTITLE:_glMaterialfv}} The '''_glMaterialfv''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMaterialfv''' GLenum {{Parameter|face}}, 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}} * O...")
  • 22:47, 30 August 2022 RhoSigma talk contribs protected GlMateriali [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 22:46, 30 August 2022 RhoSigma talk contribs created page GlMateriali (Created page with "{{DISPLAYTITLE:_glMateriali}} The '''_glMateriali''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMateriali''' GLenum {{Parameter|face}}, 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 docum...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)