POV-Ray : Newsgroups : povray.binaries.images : Metal texture/normal gurus.. : Re: Metal texture/normal gurus.. Server Time
15 Aug 2024 10:21:21 EDT (-0400)
  Re: Metal texture/normal gurus..  
From: Robert Chaffe
Date: 10 Jul 2002 00:29:35
Message: <3d2bb82f@news.povray.org>
I also find this a bit curious.  The documentation also has in section 6.7.6 :
"Note:  layered textures must use the texture wrapped around any pigment, normal or
finish statements.  Do not use multiple
pigment, normal or finish statements without putting them inside the texture
statement."

This suggests one should use:
    sphere {
      <0,0,0>, 1
      texture { pigment { Gray75 }  normal { radial frequency 10 } }
      texture { pigment { Gray75 }  normal { gradient y scale .2 } }
    }
Of course, without some transparency I suspect only one of these layers would show.

If one wants to average the textures, then one might use the average "pattern" and a
normal_map.


--
Robert Chaffe
http://www.donovansweb.com/~chaffe/


Post a reply to this message

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