POV-Ray : Newsgroups : povray.binaries.images : Wristwatch (188 kb) : Re: Wristwatch (188 kb) Server Time
19 Aug 2024 06:17:00 EDT (-0400)
  Re: Wristwatch (188 kb)  
From: Patrick Dugan
Date: 6 Feb 2001 12:50:40
Message: <3a803970$1@news.povray.org>
The leather texture was one I found orignally with the Povray examples.  I
modified it a bit to get the one you see now.  Here is the one I am using...

#declare Leather =
texture {
  pigment {
    bozo
    turbulence 0.6  //0.8
    color_map {
        [0.25 color rgb <0.60, 0.18, 0.09>]
        [1.00 color rgb <0.30, 0.06, 0.03>]
    }
    scale .3   // 0.9
  }
  normal {
     crackle 0.1
        slope_map {
           [0 <0,1>]
           [.05 <1,0>]
           [.95 <1,0>]
           [1  <0,-1>]
 }

     turbulence .1
     scale 0.075
  }
  finish{
      metallic
      reflection 0.2
      brilliance 10.0
      ambient 0.2
      diffuse 0.5
      phong 1.0
   }
}

////
MyObject {
   texture {Leather scale 0.1}
}



"Tom Melly" <tom### [at] tomandlucouk> wrote in message
news:3a7fbf21@news.povray.org...
> "Patrick Dugan" <pat### [at] usticom> wrote in message
> news:3a7f21d6@news.povray.org...
> > I haven't dropped any images on here before so I thought I might see
what
> > people thought.  This was done entirely within the Povray editor, no
other
> > programs involved.
>
> AWSUM.
>
> Any chance of posting the leather texture? - It's the best I've seen.
>
>


Post a reply to this message

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