MorphTarget QML Type
A type providing morph targets to blend-shape animation 更多...
Import Statement: | import Qt3D.Animation 2.0 |
开始支持版本: | Qt 5.9 |
Instantiates: | QMorphTarget |
基类: |
属性
- attributeNames : list<string>
- attributes : list<Attribute>
方法
- MorphTarget fromGeometry(geometry, stringList)
详细描述
A MorphTarget type is a convenience type, which provides a list of Attributes, which the MorphingAnimation uses to animate geometry. A MorphTarget can also be created based on existing Geometry.
属性
Holds a list of attribute names contained in the morph target.
attributes : list<Attribute> |
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 from the given geometry.