PDA

View Full Version : Tile rendering with QGLWidget



h123
8th November 2008, 03:36
Does Qt has 'Tile Rendering' (http://www.mesa3d.org/brianp/TR.html) functionality?

Is drawTiledPixmap() can replace above tr library?

h123
10th November 2008, 15:59
any idea???

jacek
10th November 2008, 22:27
Is drawTiledPixmap() can replace above tr library?
No, that library cuts larger image into smaller ones to bypass size constraints. While drawTiledPixmap() fills a larger space with copies of a smaller pixmap.