Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt 5.0.1 and Qt3D

Qt 5.0.1 and Qt3D

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    moravas
    wrote on last edited by
    #1

    Hi People,

    I would like use Qt3D but I doesn't compile this example:
    http://qt-project.org/wiki/Loading-a-3D-Model

    I have to make a simulations and I would like to use same way as the example above. Can somebody tell me a "step-by-step" how can I set a project with Qt3D?

    • which module have I to set in .pro file

    • which includes have I to use

    • etc...

    I am use currently Qt5.0.1.

    Regards,
    Norbert

    Updated:
    I would like make easier the question: how can I use the 3D support of Qt?

    Regards,
    Norbert

    1 Reply Last reply
    0
    • D Offline
      D Offline
      deus
      wrote on last edited by
      #2

      QGLView use QWindow now not QWidget.

      Most QT3D documentation online is out of date.

      But:

      http://qt.developpez.com/doc/5.0-snapshot/qt3d-reference/

      Is the most up to date I could find, short of building the documentation yourself.

      https://qt.gitorious.org/qt/qt3d

      You should also check the examples found in the repo.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        moravas
        wrote on last edited by
        #3

        Hi,

        I checked your examples, but I don't understand how can use those. Can you tell me, how make a very simple project with some exported cube model or something...

        I cloned the 3d from gitorious too, but the question: what is this?
        It is a sources which I have to compile and install into my Qt framework or only examples?

        Thx
        Regards,
        Norbert

        1 Reply Last reply
        0
        • D Offline
          D Offline
          deus
          wrote on last edited by
          #4

          Yes, you probably read somewhere that QT3D was included in QT5.(or do you rely on a OS packet manager?)

          Anyway, examples and documentation for Opengl can be found in QTCreator I suggest you start there.

          Unfortunately the maintainers for the QT3D module got lost during the Nokia/Digia reshuffle and the project got left in the dust for now.

          So the addon was removed as an "essential".

          You can still try to build it though, if you are using windows get the installer marked OpenGL.
          http://origin.releases.qt-project.org/digia/5.0.2/latest_successful/

          Other builds uses a DirectX wrapper which is incompatible with QT3D and does not support core OpenGL specs.

          If all goes well you can just open QT3D.Pro in QTCreator and follow the instructions here.
          http://qt.developpez.com/doc/5.0-snapshot/qt3d-building/

          1 Reply Last reply
          0
          • M Offline
            M Offline
            moravas
            wrote on last edited by
            #5

            Hi deus,

            I checked your links, thank you they was very helpful, I have a Qt3D library.

            I have one more question:
            I would like an application which have an build in 3D model on an QTabControl. How can I paste the 3D application on this object?
            I see the example "lander", but it use QGLView which based on QWindow so it realize a full separated window application.

            Have you some idea?

            Regards,
            Norbert

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved