Results 1 to 3 of 3

Thread: Qt3D problem

  1. #1
    Join Date
    Nov 2011
    Posts
    1
    Platforms
    Symbian S60

    Default Qt3D problem

    In this code
    Qt Code:
    1. import QtQuick 1.0
    2. import Qt3D 1.0
    3.  
    4. Viewport {
    5. width: 640; height: 480
    6. Item3D {
    7. id: teapot
    8. mesh: Mesh { source: "teapot.bez" }
    9. effect: Effect {}
    10. }
    11. }
    To copy to clipboard, switch view to plain text mode 
    i have that error
    Qt Code:
    1. GL graphics system is not active; cannot use 3D items
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Oct 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Re: Qt3D problem

    Are you running this in QML Viewer? If so do you have the -graphicssystem opengl command line argument?

    Without it you won't be running in GL mode, and will get this error.

  3. #3
    Join Date
    May 2011
    Posts
    22
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: Qt3D problem

    I have been stumbling upon the same error while running the car 3D demo code. kindly help

Similar Threads

  1. Problem in Qt3D include files
    By lni in forum Qt Programming
    Replies: 0
    Last Post: 17th August 2011, 13:05
  2. Replies: 0
    Last Post: 19th May 2011, 12:28
  3. Replies: 0
    Last Post: 10th December 2010, 13:36
  4. Build Qt3d with Visual Studio 2005
    By emrares in forum Installation and Deployment
    Replies: 0
    Last Post: 12th November 2010, 09:54
  5. Graphics framework + Qt3D problem
    By RenderMan in forum Qt Programming
    Replies: 0
    Last Post: 18th February 2010, 20:26

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.