Replacement of Canvas3D in Qt 6.7 ?
-
Hello all,
I am migrating from Qt5 to Qt 6. In my Qt5 application I am using the following:
Canvas3D {
id: canvas3d
anchors.fill: interiorBlueBorder
onInitializeGL: {
...
}onPaintGL: {
...
}}
I want to what exactly replacement of Canvas3D in Qt 6? Pls help -
I know nothing about
Canvas3D
but was interested that I see no mention of it in the documentation of Qt 5.15, which is what I am currently using. From searching through the archived Qt documentation, it looks like it was originally introduced in Qt 5.5, was marked as deprecated in Qt 5.12 and had disappeared in Qt 5.13. It might be worth looking for blog posts etc from around the time of 5.12 to see if this was discussed. It's possible some ideas for migrating to something else were discussed at the time. -
This is the only discussion I could find:
https://lists.qt-project.org/pipermail/development/2018-August/033523.html