POV-Ray : Newsgroups : povray.beta-test : Media densities : Re: Media densities Server Time
30 Jul 2024 00:27:55 EDT (-0400)
  Re: Media densities  
From: Christopher James Huff
Date: 3 Feb 2002 15:49:12
Message: <chrishuff-CF61B8.15503503022002@netplex.aussie.org>
Media densities are specified by the color_map, not by the pattern. The 
default color_map goes from black to white, you need to change it if you 
want a larger range.
I don't know if the function pattern values are still clipped...you may 
just be able to specify a color_map using values outside the [0, 1] 
range, like:

color_map {
    [0 rgb 0]
    [10 rgb 10]
}

If not, you will need to scale the function value down to the [0, 1] 
range and specify a brighter color in the color_map.

-- 
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/


Post a reply to this message

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