CapsuleGeometry QML Type

カプセルモデルを生成するためのジオメトリ。詳細...

Since: Qt 6.4
Inherits:

Geometry

Status: Deprecated since 6.10

この型は6.10から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。

プロパティ

詳しい説明

非推奨。QtQuick3D.Helpers.CapsuleGeometry を使用してください。

カプセルモデルを生成するためのジオメトリ。

プロパティの説明

diameter : real [default: 100]

xz 平面上の直径。


enableNormals : bool [default: true]

メッシュ面の法線を生成します。


enableUV : bool [default: false]

メッシュのUV座標を生成します。


height : real [default: 100]

半球を除いたy軸上の中央円柱の高さ。


latitudes : int [default: 16]

緯度の数。偶数でなければならない。


longitudes : int [default: 32]

経度(子午線)の数(方位角で分配)。


rings : int [default: 1]

半球間の円柱のセクション数。


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