POV-Ray : Newsgroups : povray.unofficial.patches : Problem with MegaPOV 0.7 (broken since 0.6A) : Re: Problem with MegaPOV 0.7 (broken since 0.6A) Server Time
1 Sep 2024 20:22:06 EDT (-0400)
  Re: Problem with MegaPOV 0.7 (broken since 0.6A)  
From: John M  Dlugosz
Date: 14 Mar 2001 19:16:33
Message: <3ab009e1$1@news.povray.org>
> To port color_maps/pigment_maps/whatever_maps from the old (clipped)
noise3D
> to the new (scaled) version, divide all map indices by 2 and add 0.25.
For
> example,
>
> color_map{
>     [.2 rgb 1]
>     [.5 rgb <1,1,0>]
>     [.7 rgb <0,0,1>]
> }
>
> becomes
>
> color_map{
>     [.35 rgb 1]
>     [.5  rgb <1,1,0>]
>     [.6  rgb <0,0,1>]
> }
>
> --
> Mark

Hey, thanks!  I'll give that a try, and if it work out, post a script to
automatically convert stuff.

--John


Post a reply to this message

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