home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Di Besten Simulation / Chip_Special-Die_besten_Simulationen.iso / GRAFIK / ENVISAGE / EFFECTS.LZH / WAVE.PRM < prev   
Text File  |  1993-09-11  |  327b  |  10 lines

  1. DESC "Make the model's vertices undulate with a wave."
  2. PARAMETERS {
  3.  RADIOBUTTON "Wave Type" { "Linear" "Radial" } 1
  4.  RADIOBUTTON "Motion" { "U/D" "L/R" "F/B" } 1
  5.  FLOAT NUMENTRY "Amplitude" 0 50 25
  6.  FLOAT NUMENTRY "Wavelength" 0 10 1
  7.  FLOAT NUMENTRY "Frequency" 0 10 1
  8.  RADIOBUTTON "Fade" { "None" "Up" "Down" } 1
  9. }
  10.