Results 1 to 3 of 3

Thread: Tile rendering with QGLWidget

  1. #1
    Join Date
    Aug 2008
    Posts
    60
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Tile rendering with QGLWidget

    Does Qt has 'Tile Rendering' (http://www.mesa3d.org/brianp/TR.html) functionality?

    Is drawTiledPixmap() can replace above tr library?

  2. #2
    Join Date
    Aug 2008
    Posts
    60
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Tile rendering with QGLWidget

    any idea???

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Tile rendering with QGLWidget

    Quote Originally Posted by h123 View Post
    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.

Similar Threads

  1. Replies: 0
    Last Post: 7th April 2008, 14:27

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.