ParticleShape3D QML Type
Offers 3D shapes for emitters and affectors. More...
Import Statement: | import QtQuick3D.Particles3D |
Since: | Qt 6.2 |
Properties
Detailed Description
The ParticleShape3D element supports shapes like Cube
, Sphere
and Cylinder
for particles needs. For example, emitter can use shape property to emit particles from the shape area.
Shapes don't have position, scale or rotation. Instead, they use parent node for these properties.
Property Documentation
ShapeType : enumeration |
Defines the type of the shape.
Constant | Description |
---|---|
ParticleShape3D.Cube | Cube shape. |
ParticleShape3D.Sphere | Sphere shape. |
ParticleShape3D.Cylinder | Cylinder shape. |
extents : vector3d |
This property defines the extents of the shape.
The default value for each axis is 50
.
fill : bool |
This property defines if the shape should be filled or just use the shape outlines.
The default value is true
.
type : ShapeType |
This property defines the type of the shape.
The default value is ParticleShape3D.Cube
.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.