POV-Ray : Newsgroups : povray.newusers : Transparent text : Transparent text Server Time
29 Jul 2024 02:21:16 EDT (-0400)
  Transparent text  
From: Espen
Date: 16 Jan 2007 10:10:00
Message: <web.45ace9bbfe7718bfca24f7610@news.povray.org>
Hi!

I want to to make a text string semi transparent.  Tried to use pigment with
rgbf but it does not work as I thought it would.  Any help appreciated.  The
code I thought would work below.

TIA
, Espen

text {

   ttf "impact.ttf" "Text String" 0, 0

   pigment { rgbf < 1.0, 1.0, 1.0, 0.5 > }
   finish { ambient 1 diffuse 0 }

   .
   .
   .

}


Post a reply to this message

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