Qt 6.11 is out! See what's new in the release
blog
C++ controlled list of geometries
-
I have subclassed QQuick3DGeometry and created a custom geometry of my own. Now I need a vector of such geometries to appear in my qquickview and I need to be able to control the contents of the vector from c++. Most importantly I need to be able to access each element of the vector and be able to pass custom vertex data to each of them, control their color and rotation, scale, etc. Is it possible to create such dynamic list in qml, that I can later control with my c++ code?