home *** CD-ROM | disk | FTP | other *** search
- COMMAND SMOOTH
- -----------------------------------------------------------------
- Purpose: Smooth objects using a very complicated and slow algorithm
- which produces incredible results.
-
- SCALE specifies the scale-factor of the spline-tangents,
- a higher value results in a higher bend of the
- interpolated curves.
-
- The parameter "noHalveSegs" turns off the interpolation of
- difficult sections using splines - the points will be
- created using lines instead
- (You should try to drag them by hand)
-
- Usage: SMOOTH(<objectID>,[<scale>],["noHalveSegs"])
- Examples: smooth(1)
- smooth(1,1.4)
- smooth(1,noHalveSegs)
- smooth(1,1.6,noHalveSegs)
- Notes: 1. There is a limit of 72 faces (source-object) for
- unregistered users
- 2. Subgroups and face-colors will be updated correctly, edges
- and points will be merged
- 3. This procedure was designed to work with the following
- settings:
- SPLINETYPE=CATMULLROM
- SPLINEENDS=OPEN
- SPLINESUBDIV=20
-