POV-Ray : Newsgroups : povray.newusers : text manipulation+coordinates : text manipulation+coordinates Server Time
4 Sep 2024 22:17:27 EDT (-0400)
  text manipulation+coordinates  
From: me
Date: 25 Jul 2002 23:05:45
Message: <20020725230822.7b717ddc.me@me.org>
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

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