|
|
If I have the file text.pov:
#include "colors.inc"
background {Blue}
camera {
location <0, 2, -10>
look_at 0
angle 35
}
light_source { <500,500,-1000> White }
text {
ttf "timrom.ttf" "probsd.ws" 0, 0
pigment { Blue }
translate -2*x
translate 0.5*y
}
This places the word probsd.ws in the center of the page. I cannot figure out
the coordinates to make probsd.ws so that it is vertical going from top right, to
bottom right.
Ex.
http://povray.org
where you see povray.org in transparent lettering
thx, michael
Post a reply to this message
|
|