POV-Ray : Newsgroups : povray.binaries.images : First post - Moray, POV image - 1 attachment : Re: First post - Moray, POV image - 1 attachment Server Time
12 Aug 2024 21:18:32 EDT (-0400)
  Re: First post - Moray, POV image - 1 attachment  
From: Peter Hertel
Date: 18 Aug 2003 14:38:06
Message: <3f411d0e@news.povray.org>
> > For my own education, could you briefly explain how to do this
individual
> > tweaking?
>
> I think the easiest way is to place individual letters and then
texture
> them with the colors you want.
> But I think it is more easier to make it your way.
> I thought that it might be easier to work with one program but I
> don't want to tell anybody what he has to do.

Why not use a simple color_map? Then you'll only need one text object
and one pigment statement?

text{ blahblah
    pigment {
    gradient x
    color_map{
        [0.2 rgb 1]
        [0.2 rgb x*1]
        [0.4 rgb x*1]
        [0.4 rgb y*1]
        etc.
        }
    }
}
You get the idea..
Tell me if you want working code!

-Peter


Post a reply to this message

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