ProceduralMeshSubset QML Type

Defines a subset of a ProceduralMesh . 更多...

import 语句: import QtQuick3D.Helpers
Since: Qt 6.6
继承:

QtObject

特性

详细描述

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 [default: 0]

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 [default: 0]

This property defines the starting index for this subset.