Instantiates components based on an instance table. More...
| Import Statement: | import QtQuick3D.Helpers |
| Since: | Qt 6.4 |
| Inherits: |
The InstanceRepeater type is used to create a number of objects based on an Instancing table. It is a Repeater3D subtype that
takes an Instancing table instead of a data model, and automatically applies position, scale, and rotation.
One use case is to implement picking by creating invisible dummy objects that match the rendered instances. To improve performance, the dummy objects can be created with a simpler geometry than the instanced models.
For example:
InstanceRepeater { instancingTable: myInstanceTable Model { source: "#Cube" pickable: true property int instanceIndex: index // expose the index, so we can identify the instance opacity: 0 } }
See also InstanceModel.
|
instancingTable : Instancing |
This property specifies the instance table used by the repeater.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: