SkeletonLoader QML Type

用于从文件中加载关节骨架。更多

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

AbstractSkeleton

Status: Deprecated

属性

详细说明

如果您希望从文件中加载整个骨架,而不是使用骨架和关节自行创建关节,请使用骨架加载器(SkeletonLoader)。在三维数字内容创建工具(如 Blender)中创建骨架并将网格顶点绑定到骨架是最简单的操作。生成的骨架和网格可以以合适的格式(如 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.