EFFECT |
Reparameterization |
The Effect->Reparameterization command in the Model module allows you to change the parameterization of an existing NURBS curve or surface.
For more details on parameterization and its effects, see the Parameterization section of the Modelling User's Guide.
You cannot reparameterize a trimmed NURBS Surface. If you wish to do so:
Non-Uniform
The parameterization is not recomputed when you change the geometry of the curve (by moving, adding, or deleting points).
Chord Length
The delta between successive knots is related to the actual length of the curve segment, which in turn is approximated to the distance between control points.
The parameterization is completely recomputed when you change the curve geometry.
Centripetal
The delta between successive knots is related to the square root of the length of the curve segment. This tends to make smoother curves (in some cases), but usually distorts texture mapping on surfaces.
The parameterization is completely recomputed when you change the curve geometry.
Uniform
The delta between successive control points is expressed in equal increments of 1, without regard to the actual length of the curve segment.
It is useful to maintain uniform parameterization for skinning, as described on Surface->Skin.
Last updated 02-apr-1998