Uses of Class
io.qt.qt3d.animation.QMorphTarget
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QMorphTarget in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QMorphTarget Modifier and Type Method Description static QMorphTarget
QMorphTarget. fromGeometry(QGeometry geometry, Collection<String> attributes)
Methods in io.qt.qt3d.animation that return types with arguments of type QMorphTarget Modifier and Type Method Description QVector<QMorphTarget>
QMorphingAnimation. morphTargetList()
QVector<QMorphTarget>
QVertexBlendAnimation. morphTargetList()
Methods in io.qt.qt3d.animation with parameters of type QMorphTarget Modifier and Type Method Description void
QMorphingAnimation. addMorphTarget(QMorphTarget target)
void
QVertexBlendAnimation. addMorphTarget(QMorphTarget target)
void
QMorphingAnimation. removeMorphTarget(QMorphTarget target)
void
QVertexBlendAnimation. removeMorphTarget(QMorphTarget target)
Method parameters in io.qt.qt3d.animation with type arguments of type QMorphTarget Modifier and Type Method Description void
QMorphingAnimation. setMorphTargets(Collection<QMorphTarget> targets)
void
QVertexBlendAnimation. setMorphTargets(Collection<QMorphTarget> targets)