createSquishDeformationMatrix method

  1. @protected
  2. @Deprecated('Use DoughTransformations.squishDeformation instead.')
Matrix4 createSquishDeformationMatrix()

See DoughTransformations.squishDeformation.

Implementation

@protected
@Deprecated('Use DoughTransformations.squishDeformation instead.')
Matrix4 createSquishDeformationMatrix() {
  return DoughTransformations.squishDeformation(_context);
}