POV-Ray : Newsgroups : povray.binaries.images : two hands Server Time
15 Aug 2024 04:26:37 EDT (-0400)
  two hands (Message 1 to 3 of 3)  
From: Simon Adameit
Subject: two hands
Date: 10 Aug 2002 14:25:21
Message: <3d555a91@news.povray.org>
just playing with layered textures.


Post a reply to this message


Attachments:
Download 'layered_tex_test.jpg' (65 KB)

Preview of image 'layered_tex_test.jpg'
layered_tex_test.jpg


 

From: Sven Heinzel
Subject: Re: two hands
Date: 21 Oct 2002 08:48:24
Message: <Xns92AE969BCF0EDSirius666atgmxnet@news-sven.sirius666.de>
"Simon Adameit" <gom### [at] gmxde> wrote:

> just playing with layered textures.

The right one (the velvet) looks very nice.
Could you please post the source of this texture?

Thanks in advance
Sven


Post a reply to this message

From: Simon Adameit
Subject: Re: two hands
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.