On Wed, 4 Jul 2001 18:41:30 +0200, Zero wrote:
>
>"Christoph Hormann" <chr### [at] gmxde> schreef in bericht
>news:3B433B7A.309D8CBC@gmx.de...
>>
>> Try:
>>
>> Subject: circletext.pov : Make text go in circles
>> Date: 13 Dec 2000 12:19:44 -0500
>> From: ron### [at] povrayorg (Ron Parker)
>> Newsgroups: povray.text.scene-files
>>
>> Christoph
>
>Perfect! :-) This is exacly what I needed, thanks.
>And thanks to Ron Parker too of course :-)
Note that for now that code requires MegaPOV or one of its offspring. It
will be supported in POV 3.5 as well.
--
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbf 1}hollow interior{media{emission 3-T}}}#end
Z(-x-x.2x)camera{location z*-10rotate x*90normal{bumps.02scale.05}}
Post a reply to this message
|