SkeletonLoader QML Type
Used to load a skeleton of joints from file. More...
Import Statement: | import Qt3D.Core 2.7 |
Instantiates: | QSkeletonLoader |
Inherits: |
Properties
Detailed Description
Use 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.
Property Documentation
source : url |
Holds the source url from which to load the skeleton.
status : SkeletonLoader.Status |
Holds the current status of skeleton loading.
© 2024 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.