SkeletonLoader QML Type

関節のスケルトンをファイルからロードするために使用します。詳細...

Import Statement: import Qt3D.Core 2.8
In C++: QSkeletonLoader
Inherits:

AbstractSkeleton

Status: Deprecated

プロパティ

詳しい説明

スケルトンとジョイントを使ってジョイントを自分で作成するのではなく、スケルトン全体をファイルからロードしたい場合は、SkeletonLoaderを使います。スケルトンの作成とメッシュの頂点のスケルトンへのバインディングは、Blenderのような3Dデジタルコンテンツ作成ツールで最も簡単に実行できます。できあがったスケルトンとメッシュは、glTF 2 などの適切なフォーマットでエクスポートして、Qt 3D で使用できます。

プロパティ ドキュメント

source : url

スケルトンのロード元 URL を保持します。


status : SkeletonLoader.Status [read-only]

スケルトンロードの現在のステータスを保持します。


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