ProceduralMeshSubset QML Type
Defines a subset of a ProceduralMesh. More...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.6 |
Inherits: |
Properties
Detailed Description
This type defines a subset of a ProceduralMesh. Each subset can have it's own material and can be used to split the geometry into multiple draw calls.
See also ProceduralMesh::subsets.
Property Documentation
count : int |
This property defines the number of indices to use for this subset. This property must be set for the subset to have content.
name : Material |
This property defines a name of the subset. This property is optional, and is only used to tag the subset for debugging purposes.
offset : int |
This property defines the starting index for this subset.