Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.9.0
-
988928b9d37dfae08b5a98cd139eaaa14e72c02c, 3fc080b6bdacc440efae453413dd8053bbecacf5
Description
It appears there are two different Scene3D elements in QML, one from QtDataVisualization (documented here, header file here), and one from QtQuick.Scene3D (used in this example, header file here). They have different properties. However the Qt3D Scene3D example links to the documentation for the Scene3D from QtDataVisualization, which is the wrong QML type. I cannot find a documentation page for the Qt3D Scene3D type. This must be wrong, right?
Attachments
Issue Links
- relates to
-
QTBUG-61571 Improvements to doc handling of QML types with same name and different imports
- Open
- resulted in
-
QTBUG-54816 Docs: Scene3D in Qt 3D links to Scene3D from Qt Data Visualization
- Closed