A type providing morph targets to blend-shape animation. 更多...
import 语句: | import Qt3D.Animation 2.15 |
Since: | Qt 5.9 |
实例化: | QMorphTarget |
继承: |
A MorphTarget type is a convenience type, which provides a list of 属性 , which the MorphingAnimation uses to animate geometry. A MorphTarget can also be created based on existing 几何体 .
Holds a list of attribute names contained in the morph target.
Holds the list of attributes in the morph target.
MorphTarget fromGeometry ( geometry , stringList ) |
Returns a morph target based on the attributes defined by the given stringList 从给定 geometry .