home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 564a.lha / igensurf_v1.0 / examples / vase.cal < prev    next >
Encoding:
Text File  |  1991-09-27  |  276 b   |  21 lines

  1. {
  2.  
  3.     vase.cal: Create a vase.
  4.  
  5.     igensurf -v -S 100 vase.cal | writetddd >vase.obj
  6. }    
  7.  
  8. #name  vase
  9. #phong on
  10.  
  11. step_s : 10;
  12. step_t : 20;
  13.  
  14. x(s,t) = radius(t) * sin(2 * PI * s);
  15. y(s,t) = radius(t) * cos(2 * PI * s);
  16. z(s,t) = 10 * t;
  17.  
  18. radius(t) = 1.3 + sin(2*PI*t);
  19.  
  20. #generate vase
  21.