POV-Ray : Newsgroups : povray.unofficial.patches : I don't understand the slope pattern : Re: I don't understand the slope pattern Server Time
1 Sep 2024 12:15:21 EDT (-0400)
  Re: I don't understand the slope pattern  
From: Chris Huff
Date: 1 May 2001 09:09:56
Message: <chrishuff-1590B8.08072801052001@news.povray.org>
In article <3aeeab4b$1@news.povray.org>, "Tom Melly" 
<tom### [at] tomandlucouk> wrote:

> Shouldn't that be:
> 
>  heighfield
>  { whatever
>    texture { whatever scale <1, 1/2, 1>}
>    scale <1, 2, 1>
>  }


#declare HFTrans = transform {...}
heighfield { whatever
    texture {whatever transform {HFTrans inverse}}
    transform {HFTrans inverse}
}

;-)

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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