|
|
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
|
|