CylinderGeometry QML Type
실린더지오메트리를 사용하면 3D 공간에서 원통을 만들 수 있습니다. 더 보기...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QCylinderGeometry |
Status: | Deprecated |
속성
- indexAttribute : Attribute
- length : real
- normalAttribute : Attribute
- positionAttribute : Attribute
- radius : real
- rings : int
- slices : int
- texCoordAttribute : Attribute
상세 설명
실린더 지오메트리 유형은 CylinderMesh 유형에서 내부적으로 가장 일반적으로 사용되지만 사용자 정의 GeometryRenderer 유형에서도 사용할 수 있습니다.
속성 문서
indexAttribute : Attribute |
지오메트리 인덱스 속성을 보유합니다.
length : real |
원통의 길이를 보유합니다.
normalAttribute : Attribute |
지오메트리 노멀 속성을 보유합니다.
positionAttribute : Attribute |
지오메트리 위치 속성을 보유합니다.
radius : real |
원통의 반지름을 보유합니다.
rings : int |
원통의 고리 개수를 보유합니다.
slices : int |
원통의 슬라이스 개수를 보유합니다.
texCoordAttribute : Attribute |
지오메트리 텍스처 좌표 속성을 보유합니다.
© 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.