targets
The array of target geometries to morph between.
Declaration
var targets: [SCNGeometry] { get set }Discussion
An array of SCNGeometry objects.
A morpher blends between a base geometry, specified in the geometry property of the node the morpher is attached to, and one or more target geometries. The base geometry and all target geometries must be topologically identical—that is, they must contain the same number and structural arrangement of vertices.