CylinderGeometry QML Type
CylinderGeometryを使用すると、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
詳細な説明
CylinderGeometry 型は、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.