Re: text disapearing when translate value is outside the boundary of the window ?




glWindowPos is an extension which could also solve
the problem - it sets the raster position with no transform
or clipping.

Thank you

NOTES
To set a valid raster position outside the viewport, first
set a valid raster position inside the viewport, then call
glBitmap with NULL as the bitmap parameter and with xmove
and ymove set to the offsets of the new raster position.
This technique is useful when panning an image around the
viewport.

.



Relevant Pages

  • Re: negative z coordinates
    ... Although they are outside the viewing ... rasterizing a triangle that intersects the viewing frustum but happens ... OpenGL does clipping to homogeneous clipping limits; ... For my own work I prefer to do it before the transform. ...
    (comp.graphics.api.opengl)
  • Re: How to select a viewport to draw on it under multi-viewport scenario?
    ... I have tried to make multi-viewports and there clipping volumes. ... But the only way I have come to know to draw something in a particular ... viewport is by drawing within the context of a viewport i.e setting ... viewport,its clipping volume then followed by drawing commands that ...
    (comp.graphics.api.opengl)
  • Re: How to select a viewport to draw on it under multi-viewport scenario?
    ... I have tried to make multi-viewports and there clipping volumes. ... But the only way I have come to know to draw something in a particular ... viewport is by drawing within the context of a viewport i.e setting ... viewport,its clipping volume then followed by drawing commands that ...
    (comp.graphics.api.opengl)
  • Re: ScissorRect and ViewPort
    ... I see two ways of doing that: ScissorRect and ViewPort ... rectangle, while the scissorRect clips to a rectangle of ... Clipping to the Viewport is implicizly done in clipping-space ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: How to select a viewport to draw on it under multi-viewport scenario?
    ... viewport is by drawing within the context of a viewport i.e setting ... viewport,its clipping volume then followed by drawing commands that ... viewport and its clipping volume and followed by its draw commands... ...
    (comp.graphics.api.opengl)