MorphTarget QML Type

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

import 語句: import Qt3D.Animation 2.8
在 C++: 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 幾何體 .

特性文檔編製

attributeNames : list < string > [read-only]

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 從給定 geometry .