POV-Ray : Newsgroups : povray.text.scene-files : IAN letter definitions : IAN letter definitions Server Time
28 Jul 2024 18:20:38 EDT (-0400)
  IAN letter definitions  
From: Larry Fontaine
Date: 15 Sep 1999 16:56:30
Message: <37E00641.CA11AF29@isd.net>
#declare I =
array[12][2]
{
 {-3.5,-3.5},
 {-8.5,-3.5},
 {-8.5,-2.5},
 {-6.5,-2.5},
 {-6.5,2.5},
 {-8.5,2.5},
 {-8.5,3.5},
 {-3.5,3.5},
 {-3.5,2.5},
 {-5.5,2.5},
 {-5.5,-2.5},
 {-3.5,-2.5},
}
#declare A =
array[13][2]
{
 {-.929,-1.5},
 {-1.5,-3.5},
 {-2.5,-3.5},
 {-.5,3.5},
 {.5,3.5},
 {2.5,-3.5},
 {1.5,-3.5},
 {.929,-1.5},
 {-.929,-1.5},
 {-.643,-.5},
 {0,1.75},
 {.643,-.5},
 {-.643,-.5}
}
#declare N =
array[10][2]
{
 {3.5,-3.5},
 {4.5,-3.5},
 {4.5,1.5},
 {7.5,-3.5},
 {8.5,-3.5},
 {8.5,3.5},
 {7.5,3.5},
 {7.5,-1.5},
 {4.5,3.5},
 {3.5,3.5}
}
#declare funkychicken = union {
   object { twyst(I,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
   object { twyst(A,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
   object { twyst(N,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.