Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qt3d 2.0
    Log in to post

    • UNSOLVED Animate a mesh rotation around a specific axis
      General and Desktop • qml c++ animation qt3d 2.0 • • elsa  

      1
      0
      Votes
      1
      Posts
      270
      Views

      No one has replied

    • SOLVED Qt3D: how to print text? (QText2DEntity)
      Game Development • c++ qt3d text qt3d 2.0 qtext2dentity • • zespy  

      7
      0
      Votes
      7
      Posts
      3420
      Views

      I've got the same issue with Qt3DExtras::QText2DEntity. But I found the workaround. Look like there is a bug? in implementation of Qt3DExtras::QText2DEntity that prevents internal initialization (QText2DEntityPrivate::setScene is never called). This happens when scene is already visible and Qt3DExtras::QText2DEntity is created with parent entity passed to constructor. The workaround I used to make it work is to pass nullptr (which is default) as parent in constructor and call ->setParent(parentEntity) in separate call. m_text2dLabel = new Qt3DExtras::QText2DEntity(); m_text2dLabel->setParent(parentNode);
    • UNSOLVED Qt3D Elements: how to block/turn off their rendering?
      QML and Qt Quick • qt3d 2.0 • • benh  

      2
      0
      Votes
      2
      Posts
      628
      Views

      I'm not familiar with Scene3D, but I once tried a stress test without QML. I think I think I deleted the entities and their added components with entity->deleteLater(); In the Basic shaped c++ example, the parent of an entity just gets set to nullptr to disable it.
    • SOLVED Qt3D - How does a camera provide its view matrix
      General and Desktop • qt3d qt3d 2.0 qt3drender • • Conninho  

      4
      0
      Votes
      4
      Posts
      1574
      Views

      @m.sue That's good to know, thanks for the link!
    • UNSOLVED Qt3D. How to solve Z-Fighting problem?
      General and Desktop • qt3d qt3d 2.0 • • THE_MASTER  

      9
      0
      Votes
      9
      Posts
      3537
      Views

      Hi, You can write to the Qt Interest mailing list, see http://lists.qt-project.org/mailman/listinfo. There Sean Harmer himself may answer the one or other question about Qt3D if you don't talk badly about his baby right in your first mail. -Michael.
    • UNSOLVED Qt3D. QPickEvent -> what is worldIntersection ?
      General and Desktop • qt3d 2.0 qpickevent • • THE_MASTER  

      1
      0
      Votes
      1
      Posts
      392
      Views

      No one has replied

    • UNSOLVED Qt3D ObjectPicker - how to translate coords to world space?
      General and Desktop • qt3d qt3d 2.0 objectpicker • • THE_MASTER  

      1
      0
      Votes
      1
      Posts
      594
      Views

      No one has replied

    • UNSOLVED Qt3D - Drawing simple geometric shapes [lines, circles and so on]
      General and Desktop • qml qt3d qt3d 2.0 • • THE_MASTER  

      9
      0
      Votes
      9
      Posts
      9459
      Views

      Hi THE_MASTER Did you realize your CAD-Project with QT3D? Looking for information about QT3D I found your posting. I have to realize a small 3D-CAD as part of a project. First I wanted to do it with OpenCascade, but the support....
    • UNSOLVED How can I add a light to my Scene3D?
      General and Desktop • qml qt3d 2.0 • • Aras  

      3
      0
      Votes
      3
      Posts
      983
      Views

      Hi, You can add a light with the following code (for example): Entity { id: root ... Entity { id: lightEntity components: [ DirectionalLight{ color: Qt.rgba(1, 1, 1, 1.0) intensity: 0,5 enabled: true }, Transform{ position: Qt.vector3d(5,5,5) } ] } }
    • SOLVED How do I rotate a mesh around specified axis?
      General and Desktop • qml qt3d 2.0 • • Aras  

      14
      0
      Votes
      14
      Posts
      5939
      Views

      @Aras Hi, any update on the above query? Thank you.
    • UNSOLVED Render an QML Item on some surface using Qt3D 2.0
      General and Desktop • qt3d 2.0 • • vladstelmahovsky  

      1
      0
      Votes
      1
      Posts
      292
      Views

      No one has replied

    • UNSOLVED Simple example of displaying a point in Qt3D
      Game Development • qml qt3d qt3d 2.0 • • daffmeister  

      8
      0
      Votes
      8
      Posts
      4235
      Views

      @Dabulla Hi! Would be great if you'd file a bug report for this PointSize RenderState issue. Thank you :)
    • UNSOLVED Disabling culling in qt3d
      Game Development • qt3d 2.0 • • njbrown  

      2
      0
      Votes
      2
      Posts
      734
      Views

      Hi, Qt3D being still a tech preview and it's API evolving, I'd recommend posting this question on the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.
    • UNSOLVED Synchronous rendering in Qt3D
      General and Desktop • qt3d 2.0 • • njbrown  

      2
      0
      Votes
      2
      Posts
      625
      Views

      Hi, I'd recommend bringing this question to the interest mailing list. You'll find there Qt3D's developers/maintainers. This forum is more user oriented.
    • Qt3D Creating cubical box With real points.
      General and Desktop • opengl qt3d qt3d 2.0 qt 5.6.0 windows 8 • • Zee_07  

      2
      0
      Votes
      2
      Posts
      867
      Views

      Hi, Qt3D being currently a tech preview, I'd recommend posting this question on the interest mailing list You'll find there Qt3D developers/maintainers (this forum is more user oriented)
    • UNSOLVED Implement multiple vertex buffers per one renderable Entity
      General and Desktop • qt3d 2.0 • • khanh_ha  

      2
      0
      Votes
      2
      Posts
      570
      Views

      Hi and welcome to devnet, Qt3D being still a tech preview, I'd recommend asking this question on the interest mailing list You'll find there Qt3D's developers/maintainers (this forum is more user oriented)
    • UNSOLVED Integrating Qt3D to exists QML project
      QML and Qt Quick • qml qt3d qt5.6 qt3d 2.0 qtquick control • • shav  

      2
      0
      Votes
      2
      Posts
      792
      Views

      Hi, The module being pretty new, I'd recommend posting that question on the interest mailing list. You'll find there Qt3D maintainers/developers. (This forum is more user oriented)
    • UNSOLVED Synchronous update of Qt3D texture data
      General and Desktop • opengl qt3d qt3d 2.0 • • jornb  

      3
      0
      Votes
      3
      Posts
      1949
      Views

      Thanks, I'll do that!
    • UNSOLVED Draw a massive amount of GL Vertex Buffer in one mesh using QT3D
      General and Desktop • qt3d 2.0 • • khanh_ha  

      1
      0
      Votes
      1
      Posts
      817
      Views

      No one has replied

    • Qt3D 2.0 subclassing Qt3D::QCylinderMesh
      General and Desktop • qt3d 2.0 subclassing • • Carlito  

      1
      0
      Votes
      1
      Posts
      695
      Views

      No one has replied