POV-Ray : Newsgroups : povray.binaries.images : hf question/help - Melly : Re: hf question/help - Melly Server Time
3 Oct 2024 15:10:48 EDT (-0400)
  Re: hf question/help - Melly  
From: Bill DeWitt
Date: 10 Jan 2000 09:52:53
Message: <3879f245@news.povray.org>
"Tom Melly" <tom### [at] tomandluforce9couk> wrote in message
news:3879cd93@news.povray.org...
My problem is this - I want a hf of a slanted hill/cliff with a different
texture on top to the bare rock shown at the sides (the exposed cliff).

    I use two images, duplicates of the same original, then convert one to
greyscale and blur it , then rescale the other so that the image_map drapes
over the height_field a little.

    Here is a quick example (read:quality very limited)


height_field
{
  tga "cliff-3.tga"
  water_level 0.2
  smooth
  texture
  {
    pigment
    {
      image_map { tga "cliff-1.tga" map_type 0 interpolate 2 once  }
      rotate x*90
      scale .98
    }
  }
}


Post a reply to this message


Attachments:
Download 'Cliff001.jpg' (15 KB) Download 'Cliff-2.jpg' (4 KB) Download 'Cliff-1.jpg' (12 KB)

Preview of image 'Cliff001.jpg'
Cliff001.jpg

Preview of image 'Cliff-2.jpg'
Cliff-2.jpg

Preview of image 'Cliff-1.jpg'
Cliff-1.jpg


 

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