ProceduralMeshSubset QML Type
定义ProceduralMesh 的子集 ... 更多...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.6 |
Inherits: |
属性
详细说明
该类型定义了ProceduralMesh 的子集。每个子集可以拥有自己的材质,并可用于将几何体分割为多个绘制调用。
另请参阅 ProceduralMesh::subsets 。
属性文档
count : int |
该属性定义了该子集使用的索引数。必须设置此属性子集才有内容。
name : Material |
该属性定义子集的名称。此属性为可选属性,仅用于标记子集,以便调试。
offset : int |
该属性定义了子集的起始索引。
© 2025 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.