ProceduralMeshSubset QML Type

의 하위 집합을 정의합니다 ProceduralMesh.. . 더보기...

Import Statement: import QtQuick3D.Helpers
Since: Qt 6.6
Inherits:

QtObject

속성

상세 설명

이 유형은 ProceduralMesh 의 하위 집합을 정의합니다. 각 하위 집합은 자체 머티리얼을 가질 수 있으며 지오메트리를 여러 드로우 호출로 분할하는 데 사용할 수 있습니다.

ProceduralMesh::subsets도 참조하세요 .

프로퍼티 문서

count : int [default: 0]

이 속성은 이 하위 집합에 사용할 인덱스 수를 정의합니다. 하위 집합에 콘텐츠를 포함하려면 이 속성을 설정해야 합니다.


name : Material

이 속성은 하위 집합의 이름을 정의합니다. 이 속성은 선택 사항이며 디버깅 목적으로만 하위 집합에 태그를 지정하는 데 사용됩니다.


offset : int [default: 0]

이 속성은 이 하위 집합의 시작 인덱스를 정의합니다.


© 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.