Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML and 3D engine.
Forum Updated to NodeBB v4.3 + New Features

QML and 3D engine.

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 3 Posters 1.1k Views 2 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.
  • small_birdS Offline
    small_birdS Offline
    small_bird
    wrote on last edited by small_bird
    #1

    Hello everyone, now I already have a qml project. However, I still need to render a complex 3D scene. Is there a 3D engine that can help?
    I know that ogre engine can be ingerated with qml. The video link is as follows:
    https://www.youtube.com/watch?v=b_3xfFuwGOQ
    But how to achieve that?
    Thanks in advance!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Wouldn't the Qt3D Module fill the bill ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      small_birdS 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Wouldn't the Qt3D Module fill the bill ?

        small_birdS Offline
        small_birdS Offline
        small_bird
        wrote on last edited by
        #3

        @SGaist Yes, I know Qt3D, however, now I need a 3d engine that could make a complex scene, Qt3D Module could not afford that.

        1 Reply Last reply
        0
        • R Offline
          R Offline
          RaubTieR
          wrote on last edited by
          #4

          Hi, I would advise you to try an opposite approach. Try rendering QML into texture and then just use that where you please. E.g. not only as an overlay, but also on 3D geometry. Like those screens in "Elite Dangerous" (although I'm still having problems setting up multiple offscreens like that).

          First refer to QQuickRenderControl class doc. Then you can investigate my implementation on github. As of now it works correctly for only 1 QML instance, but I'm trying to solve that.

          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