GeometryView QML Type
지오메트리 디테일을 캡슐화합니다. 더 보기...
| Import Statement: | import Qt3D.Core 2.11 |
| Since: | Qt 6.0 |
| In C++: | QGeometryView |
| Inherits: | |
| Status: | Deprecated |
속성
- firstInstance : int
- firstVertex : int
- geometry : Geometry
- indexBufferByteOffset : int
- indexOffset : int
- instanceCount : int
- primitiveRestart : bool
- primitiveType : enumeration
- restartIndex : int
- vertexCount : int
- verticesPerPatch : int
상세 설명
지오메트리뷰는 지오메트리를 처리하는 데 필요한 모든 정보를 담고 있습니다. 지오메트리에는 지오메트리 데이터의 좌표가 저장되며, 지오메트리뷰는 해당 데이터를 해석하는 방법을 지정합니다.
프로퍼티 문서
firstInstance : int
기본 인스턴스를 보유합니다.
firstVertex : int
첫 번째 버텍스를 보유합니다.
geometry : Geometry
지오메트리를 보유합니다.
indexBufferByteOffset : int
바이트 오프셋을 인덱스 버퍼에 보관합니다.
indexOffset : int
베이스 버텍스를 보유합니다.
instanceCount : int
인스턴스 수를 보유합니다.
primitiveRestart : bool
원시 재시작 플래그를 보유합니다.
primitiveType : enumeration
프리미티브 유형을 보유합니다.
- QGeometryView.Points
- QGeometryView.Lines
- QGeometryView.LineLoop
- QGeometryView.LineStrip
- QGeometryView.Triangles
- QGeometryView.TriangleStrip
- QGeometryView.TriangleFan
- QGeometryView.LinesAdjacency
- QGeometryView.TrianglesAdjacency
- QGeometryView.LineStripAdjacency
- QGeometryView.TriangleStripAdjacency
- QGeometryView.Patches
Qt3DCore::QGeometryView::PrimitiveType 를참조하십시오 .
restartIndex : int
재시작 인덱스를 보유합니다.
vertexCount : int
버텍스 수를 보유합니다.
verticesPerPatch : int
패치당 버텍스를 보유합니다.
© 2026 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.