Results 1 to 3 of 3

Thread: Making 3D Images wuthout QGLWidget

  1. #1
    Join Date
    Jul 2007
    Location
    Noida
    Posts
    46
    Thanks
    7
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Making 3D Images wuthout QGLWidget

    Hi to all


    there is any way to make 3d graphicsitem like pyramid , cube , etc..(without using QGLWidget)

    Thanks......
    Ashish Kumar Saryar

  2. #2
    Join Date
    Jan 2007
    Location
    Paris
    Posts
    459
    Thanks
    98
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt5

    Default Re: Making 3D Images wuthout QGLWidget

    Opengl is the standard API for portable 3D applications.

    If you want to use M$ Direct3D inside a Qt App their might be ways to do it, but you'll break the portability. And it's also way more complex than gl.

    Why don't you use Opengl as everyone ?

  3. #3
    Join Date
    Jul 2007
    Location
    Noida
    Posts
    46
    Thanks
    7
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Making 3D Images wuthout QGLWidget

    I have a frame in which there are number of graphics item ..

    i have to add some 3d items in that also thats why i don't to use opengl . i have to use Qgraphicsitem hen i will add this item to my frame which is a qgraphicsview .
    Ashish Kumar Saryar

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.