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.