MorphTarget QML Type

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

import 語句: 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 < 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.