Search results

  1. www.opengl.org/.../165235-glVertex-​Parameter-s-limit   Cached
    glVertex Parameter's limit Hi, ... (400,300) pixel coordinates glVertex2f (0.5,0.5 ... (ie screen size) and the parameters will be in decimels?
  2. www.linuxfocus.org/English/March1998/​article28.html   Cached
    By the default the size of points is 1.0 and size must always ... OpenGL implementations may limit the width of ... Now glLineStipple gets two parameters, ...
  3. elearning.najah.edu/OldData/pdfs/​opengl3.ppt
    File format: Microsoft Powerpoint
    There are limits in the computer-based calculations ... glVertex2s(x,y) glVertex2i(x,y) glVertex2f(x,y ... (GLfloat size); Sets the width in pixels ...
  4. www.cs.sjsu.edu/faculty/pollett/​116a.1.04f/Lec22092004.pdf
    Yet More Parameter Attributes--Curve, OpenGL, Fill CS116A Chris Pollett Sep22, 2004.
  5. www.opengl.org/discussion_boards/​showthread.php/176111...   Cached
    I started learning openGL recently. I am using code::blocks (because VS with oGL was ... Your projection and modelview matrices are identity matrices. As result your ...
  6. www.glprogramming.com/red/​chapter07.html   Cached
    The parameters for the calls ... glBegin (GL_TRIANGLES); glVertex2f (0.0 ... the nesting limit for your implementation of OpenGL, call. ...
  7. www3.ntu.edu.sg/home/ehchua/programming/​opengl/CG...   Cached
    followed by specifications for the parameters, ... an initial size and position. ... // Red glVertex2f(-0.3f, -0.3f); // Define vertices in counter-clockwise ...
  8. msdn.microsoft.com/en-us/library/​windows/desktop/dd...   Cached
    In OpenGL, you use the glBegin ... The following table lists the OpenGL glBegin parameters that correspond to ... There is no limit to the number of ...
  9. www.cecs.csulb.edu/.../​introduction%20to%20OpenGL.pdf
    File format: Adobe PDF
    glVertex2f(-0.5, -0.5); ... – Window parameters. OpenGL Camera ... object coordinates and it is the size of the viewing volume that
  10. stackoverflow.com/questions/14316604/​whats-wrong-with...   Cached
    I am about to go mad because of texture mapping of openGL. ... 1,0); glVertex2f ... this particular parameter. If you look at OpenGL wrappers in ...
  11. stackoverflow.com/questions/​...coordinates-system-in-opengl   Cached
    I am using OpenGL with the LWJGL ... glBegin(GL_QUADS); //draw a rectangle glVertex2f(-0.25f, -0.25f ... the near parameter defines the distance of the XY plane to ...
  12. stackoverflow.com/questions/12655123/​open-gl-filling...   Cached
    I've made a few simple health bars in OpenGL. ... jsut replace the parameters of glVertex2d with the ... Use the coordinates to control the size of the ...