Contents

MeshDeformer

An interface for all deformation types in a deformation definition, both built-in and custom. The users overrides all functions to implement a custom MeshDeformer, and can in general ignore all but the constructors for built-in deformers.

Declaration

protocol MeshDeformer : Decodable, Encodable, Equatable, Sendable

Topics

Identifying the deformer

Configuring deformation options

Deforming the mesh

Comparing deformers

Instance Properties

Type Properties

See Also

Deformers