POV-Ray : Newsgroups : povray.binaries.images : two hands : Re: two hands Server Time
15 Aug 2024 02:31:38 EDT (-0400)
  Re: two hands  
From: Simon Adameit
Date: 22 Oct 2002 04:13:07
Message: <3db50893@news.povray.org>
Its not the original source cause I dont have that anymore but it was 
something like this:

#declare Velvet=
     texture{
         pigment{rgb<0.3,0.5,1>}
         finish{
             ambient 0 diffuse 1 brilliance 2
         }
         normal{bumps scale 0.001}
     }
     texture{
         pigment{rgb -<0.1,0.5,1> transmit 1}
         finish{
             ambient 0 diffuse 0
             specular 0.6 roughness 0.3 metallic
         }
     }
;


Post a reply to this message

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