POV-Ray : Newsgroups : povray.binaries.images : Contour Maps 35.9 KB : Re: Contour Maps 35.9 KB Server Time
3 Oct 2024 13:22:23 EDT (-0400)
  Re: Contour Maps 35.9 KB  
From: Andrea Ryan
Date: 16 Jan 2000 20:07:54
Message: <388268A3.57EEB813@global2000.net>
Thanks!  I rendered the contour map at 1280x1024.
Brendan Ryan

Peter Popov wrote:

> On Sun, 16 Jan 2000 16:31:31 -0500, Andrea Ryan <ary### [at] global2000net>
> wrote:
>
> >Hello,
> >How can I make contour maps?  I made contour lines by scaling down a
> >color_map but it does not have one color for a range of heights.
>
> Try:
>
> height_field
> {
>   tga "foobar.tga"
>   smooth
>   pigment
>   {
>     gradient y frequency 20
>     color_map { [0 rgb 0][0.9 rgb 0][0.9 rgb 1][1 rgb 1] }
>   }
> }
>
> etc.
>
> Peter Popov
> pet### [at] usanet
> ICQ: 15002700


Post a reply to this message

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