home *** CD-ROM | disk | FTP | other *** search
/ Ray Tracing Box / RAY_CD.mdf / raytrace / _pov_dat / pnbsf / fishlips.inc < prev    next >
Text File  |  1993-06-19  |  1KB  |  72 lines

  1. // CYLINDER
  2. object {
  3.  intersection {
  4.   intersection {
  5.     quadric {Cylinder_Y}
  6.     plane {<0.0 1.0 0.0> -0.5 inverse}
  7.     plane {<0.0 1.0 0.0> 0.5 }
  8.   }
  9.   scale <0.1 1 0.1>
  10.     rotate <90  -5  0>
  11.     translate <-0.05  -0.150759  -2.47479>
  12.  }
  13.     texture { FISHTEX }
  14. }
  15.  
  16. // CYLINDER
  17. object {
  18.  intersection {
  19.   intersection {
  20.     quadric {Cylinder_Y}
  21.     plane {<0.0 1.0 0.0> -0.5 inverse}
  22.     plane {<0.0 1.0 0.0> 0.5 }
  23.   }
  24.   scale <0.1 1 0.1>
  25.     rotate <90  5  0>
  26.     translate <0.05  -0.150759  -2.47479>
  27.  }
  28.     texture { FISHTEX }
  29. }
  30.  
  31. // SPHERE
  32. object {
  33.  sphere {<0 -0.150759 -3> 0.1}
  34.  texture { FISHTEX }
  35. }
  36.  
  37. // CYLINDER
  38. object {
  39.  intersection {
  40.   intersection {
  41.     quadric {Cylinder_Y}
  42.     plane {<0.0 1.0 0.0> -0.5 inverse}
  43.     plane {<0.0 1.0 0.0> 0.5 }
  44.   }
  45.   scale <0.1 1 0.1>
  46.     rotate <90  -5  0>
  47.     translate <-0.05  -0.250759  -2.47479>
  48.  }
  49.     texture { FISHTEX }
  50. }
  51.  
  52. // CYLINDER
  53. object {
  54.  intersection {
  55.   intersection {
  56.     quadric {Cylinder_Y}
  57.     plane {<0.0 1.0 0.0> -0.5 inverse}
  58.     plane {<0.0 1.0 0.0> 0.5 }
  59.   }
  60.   scale <0.1 1 0.1>
  61.     rotate <90  5  0>
  62.     translate <0.05  -0.250759  -2.47479>
  63.  }
  64.     texture { FISHTEX }
  65. }
  66.  
  67. // SPHERE
  68. object {
  69.  sphere {<0 -0.250759 -3> 0.1}
  70.  texture { FISHTEX }
  71. }
  72.