SkeletonLoader QML Type

Used to load a skeleton of joints from file. 更多...

导入语句: import Qt3D.Core 2.12
Since: Qt 5.10
实例化: QSkeletonLoader
继承:

AbstractSkeleton

特性

详细描述

使用 SkeletonLoader if you wish to load a whole skeleton from file rather than creating the joints yourself using Skeleton and Joints. Creating a skeleton and binding the vertices of a mesh to the skeleton is most easily performed in a 3D digital content creation tool such as Blender. The resulting skeleton and mesh can then be exported in a suitable format such as glTF 2 for consumption by Qt 3D.

特性文档编制

source : url

Holds the source url from which to load the skeleton.


status : SkeletonLoader . Status

Holds the current status of skeleton loading.