Results 1 to 3 of 3

Thread: Generating 2D images from a 3D model

  1. #1
    Join Date
    Mar 2010
    Posts
    10
    Qt products
    Qt4
    Thanks
    2

    Smile Generating 2D images from a 3D model

    Hi,

    I am trying to generate 2D images for certain views of a 3D model. I just wonder if QT have any built-in function for that? Or if anyone could point me to somewhere so I can find out how to do this?

    Thanks

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Generating 2D images from a 3D model

    It really depends a lot on the absent details of your problem.

    If it is an OpenGL model the rendering into a QGLWidget and then using QGLWidget::grabFrameBuffer() looks promising.

  3. #3
    Join Date
    Mar 2010
    Posts
    10
    Qt products
    Qt4
    Thanks
    2

    Default Re: Generating 2D images from a 3D model

    thank you very much! It works for me

Similar Threads

  1. Replies: 1
    Last Post: 20th January 2011, 11:26
  2. Replies: 1
    Last Post: 16th November 2010, 18:45
  3. Generating SVG
    By beekeep in forum Qt Programming
    Replies: 0
    Last Post: 7th January 2010, 18:55
  4. Generating .bmp file
    By aj2903 in forum Qt Programming
    Replies: 4
    Last Post: 12th November 2009, 09:42
  5. Replies: 4
    Last Post: 27th July 2009, 16:45

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
  •  
Qt is a trademark of The Qt Company.