Skip to main content

Module deformation

Module deformation 

Source
Expand description

§Surface Deformation

Time-varying deformation of surface meshes. Deformations are defined as vertex displacement operations that can be stacked, animated, and blended.

§Features

Structs§

DeformKeyframe
A keyframe value at a specific time.
Deformation
A single deformation with its parameters and time influence.
DeformationPresets
Factory methods for common deformation presets.
DeformationStack
A stack of deformations applied sequentially to a mesh.
KeyframeAnimator
Animates a scalar value over time using keyframes.
MorphTarget
Blend between two sets of vertex positions.
MultiMorphTarget
Multi-target morph: blend between N different pose states.
Vec3KeyframeAnimator
Animates a Vec3 value over time using keyframes.
WaveSimulation
2D wave equation simulation on a grid.

Enums§

DeformationMode
A deformation operation that displaces vertices over time.
FalloffFunction
Falloff function for controlling deformation influence.
KeyframeInterp
Interpolation mode for keyframes.