MorphTarget QML Type

A type providing morph targets to blend-shape animation 更多...

导入语句: import Qt3D.Animation 2.9
Since: Qt 5.9
实例化: QMorphTarget
继承:

QtObject

特性

方法

详细描述

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 几何体 .

特性文档编制

[read-only] attributeNames : list < string >

Holds a list of attribute names contained in the morph target.


attributes : list < 属性 >

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.