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. How to customize the QML type Scene3D in Qt3D from C++?
Forum Updated to NodeBB v4.3 + New Features

How to customize the QML type Scene3D in Qt3D from C++?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 476 Views
  • 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.
  • U Offline
    U Offline
    UniversE
    wrote on last edited by
    #1

    I want to customize Scene3D in Qt3D from C++ and use it in QML, then found it instantiates Qt3DRender::Scene3DItem, but the header which declares it warns that:

    //
    //  W A R N I N G
    //  -------------
    //
    // This file is not part of the Qt API.  It exists purely as an
    // implementation detail.  This header file may change from version to
    // version without notice, or even be removed.
    //
    // We mean it.
    //
    

    Should I create a class which inherits Qt3DRender::Scene3DItem still or there's another better way?

    P.S. I have posted the question on SO, but get no answers till now.

    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