POV-Ray : Newsgroups : povray.binaries.images : Lamp needs help (11kbu) : Re: Lamp needs help (11kbu) Server Time
18 Aug 2024 18:18:11 EDT (-0400)
  Re: Lamp needs help (11kbu)  
From: buke9
Date: 25 Mar 2001 01:21:20
Message: <3abd8e60$1@news.povray.org>
BTW the Shade Tex is ......

#declare Shade_Tex =
   material  // Shade_Tex


      texture


         pigment
         {
            color rgbft <0.878431, 0.705882, 0.172549, 0.316667, 0.1725>
         }
         normal
         {
            wrinkles , 3.0
            bump_size 6.0
            turbulence 0.75
            octaves 3
            lambda 6.0
            frequency 10.0
            phase 6.0
            scallop_wave
         }
         finish
         {
            ambient .75
            crand 0.071933
         }
         scale  <0.5, 0.5, 0.75>
         rotate    <-37.0, -22.0, -10.0>
         translate    <5.0, 0.75, 0.3>
      }
   }


Post a reply to this message

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