home *** CD-ROM | disk | FTP | other *** search
- COMMAND DEFORMMORPH
- -----------------------------------------------------------------
- Purpose: morph two objects (deform-morphing)
- Usage: DEFORMMORPH(<srcID>,<destID>,<minimum of frames>,<filename>)
- Examples: deformmorph(2,1,60,obj)
- deformmorph(1,2,30,)
- Notes: For good result the differences between the objects should
- be small. (If you want to morph a tricycle into 25 balls you
- have to use the MORPH-function.)
- Because the final number of created objects grows
- dynamically you can only specify the minimum. After morphing
- the number of created objects is stored to the variable "result".
-