POV-Ray : Newsgroups : povray.general : Are cheap fonts likely to not work in povray? : Re: Are cheap fonts likely to not work in povray? Server Time
4 Aug 2024 16:10:21 EDT (-0400)
  Re: Are cheap fonts likely to not work in povray?  
From: Greg M  Johnson
Date: 24 Mar 2003 22:56:40
Message: <3e7fd378$1@news.povray.org>
Okay,  get the CLOWNS.TTF font at:
http://desktoppub.about.com/library/fonts/db/uc_clownsketches.htm

and then compare how timrom.ttf works vs. CLOWNS.TTF with *this* code:



#declare shirtpig=pigment{rgb 0.4*<   0.3, 0.6,0.6>}
#declare clothtext=texture{pigment{shirtpig} normal {bumps scale
0.1}finish{ambient 1}}
#declare logopig=pigment{rgb <0.7,.9,0.9>}

#declare blacktext=texture{pigment {logopig} finish{phong 0.4 ambient 1 }}

#declare Mobj=  text {ttf "CLOWNS.ttf" "D" 1, 0  scale 0.75*<-1,1,3>
translate 0*<-0.25,0,-0.25> scale 10   }

//#declare Mobj=  text {ttf "timrom.ttf" "e" 1, 0  scale 0.75*<-1,1,3>
translate 0*<-0.25,0,-0.25> scale 10   }

#declare clothtext1=
texture{object{Mobj
        texture{clothtext}
        texture{blacktext}}
         }


sphere {0,10 texture{clothtext1 } }

camera {location -10*z }


Post a reply to this message

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