Defines a subset of a ProceduralMesh . 更多...
import 语句: | import QtQuick3D.Helpers |
Since: | Qt 6.6 |
继承: |
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.
另请参阅 ProceduralMesh::subsets .
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.