POV-Ray : Newsgroups : povray.binaries.images : P.D.U. (WIP 44ko) : Re: P.D.U. (WIP 44ko) Server Time
15 Aug 2024 12:15:41 EDT (-0400)
  Re: P.D.U. (WIP 44ko)  
From: gemelli david
Date: 23 Jul 2002 10:12:21
Message: <3D3D64A8.8080903@xlstudio.com>
here, the drill is:
// the values of the various radius may be wrong, it's a freestyle writing
difference {
 cylinder {<0.0, 0.0, 0.0>, <10.0, 0.0, 0.0>, 0.75}
 blob {
   threshold 0.6
 #local nbS = 500;  // nb of sphere for precision
 #local nbT = 10;  // nb of turns
 #local ii = 0;
 #while (ii < nbS)
   sphere{<0.0, 1.0, 0.0>, 0.4, 1.0 translate 10.0*(ii / nbS)*x rotate 
nbT*360.0*(ii / nbS)*x}
   #local ii = ii + 1;
 #end
 }
}

         David.


Post a reply to this message

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