[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Re: [pygame] ANN: pyglet 1.0beta1



"Richard Jones" <richardjones@xxxxxxxxxxxxxxxx> said:

> With aliasing (GL_NEAREST texture env) the display will look exactly the
> same as if it was scaled by the monitor. No blurriness.

If your rendering window is an exact multiple of the target resolution,
sure - a 1280x960 window can provide the same visuals as a 640x480
display, at only a 4x fill rate hit.

For 1280x1024 displays, though (which are somewhat more common), some of
the source pixels will stretch out onto two display pixels, where some
other source pixels stretch out onto three.


-Dave LeCompte