POV-Ray : Newsgroups : povray.general : Normal scaling bug(s) ? : Re: Wrong documentation! was: Re: Normal scaling bug(s) ? Server Time
10 Aug 2024 23:21:25 EDT (-0400)
  Re: Wrong documentation! was: Re: Normal scaling bug(s) ?  
From: Buckaroo Bill
Date: 9 Oct 1999 08:39:01
Message: <37ff3765@news.povray.org>
Rune S. Johansen <run### [at] inamecom> wrote :
>
>   sphere { <0,0,0>, 1
>     pigment { Gray75 }
>       normal { radial frequency 10 }
>       normal { gradient y scale .2 }
>   }
>
>
> As far as I know both pigments and normals overwrite each other when
layered
> and a test I made confirmed that.
>

    Not quite over-writes... try adding a scale to the first normal.

 sphere { <0,0,0>, 1
    pigment { rgb 0.75 }
      normal { radial frequency 10 scale 2.0 }
      normal { gradient y scale .2 }
  }

    But the document does not seem to be correct.


Post a reply to this message

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