Details
-
Bug
-
Resolution: Done
-
P2: Important
-
QDS 2.2.0
-
None
-
1
-
d772007a1ca470a621b2489bbaaed552bd520ff7 (qt/qtquick3d/dev) 3388a0c399ed2db65a7ef25032ad8dab16cf69d6 (qt/qtquick3d/6.2)
-
QDS 3D - 2021 Week 37/38
Description
The delegate property of Repeater3D should be Component type instead of Object3D, which doesn't work.
The model property is QVariant and supports many different types of input. However, all examples and tests in QtQuick3D only use it one way: to define the number of delegates to instantiate. Presumably the other ways are not very well tested/supported, so maybe it would make sense to change the control for model property to integer value from QVariant? And maybe in UI change it to show "Delegate Count" or something for clarity?