ModelParticle3D QML Type
Particle using a Qt Quick 3D Model. More...
| Import Statement: | import QtQuick3D.Particles3D |
| Since: | Qt 6.2 |
| Inherits: |
Properties
- delegate : Component
- instanceTable : Instancing
Detailed Description
The ModelParticle3D is a logical particle element that creates particles from a Qt Quick 3D Model component.
Property Documentation
delegate : Component |
The delegate provides a template defining each object instantiated by the particle.
For example, to allocate 200 red cube particles:
instanceTable : Instancing |
The instanceTable provides access to the Instancing table of the model particle. ModelParticle3D uses an internal instance table to implement efficient rendering. This table can be applied to the instancing property of models that are not part of the particle system.
It is also possible to use this feature to provide an instancing table without showing any particles. This is done by omitting the delegate property. For example: