POV-Ray : Newsgroups : povray.general : text on plane : text on plane Server Time
23 Apr 2024 23:01:42 EDT (-0400)
  text on plane  
From: Kima
Date: 28 May 2018 08:25:01
Message: <web.5b0bf4232e05057b3ce674f0@news.povray.org>
I tried to write on a plane with the code

#declare text1 =
    text {
    ttf "timrom.ttf" "POV-RAY 3.0" 1, 0
    pigment { Red }
  }


plane{<0,-10,-2>,4
    texture{
        pigment{
            object{text1}
        }
    }
}

but it does not give the result I want.

1. The text does not appear (probably appears somewhere, which is not visible).
2. I cannot apply color to the pigment of the plane.

What is the correct way to put a sex on a plane?


Post a reply to this message

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