POV-Ray : Newsgroups : povray.binaries.images : Contour Maps 35.9 KB : Re: Contour Maps 35.9 KB Server Time
3 Oct 2024 13:19:57 EDT (-0400)
  Re: Contour Maps 35.9 KB  
From: Peter Popov
Date: 16 Jan 2000 18:28:27
Message: <tVOCOKJtFH3m+CWY=DaV39zrLhPE@4ax.com>
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.