POV-Ray : Newsgroups : povray.general : Wood texture with additional xylem rays??? : Re: Wood texture with additional xylem rays??? Server Time
29 Jul 2024 14:11:24 EDT (-0400)
  Re: Wood texture with additional xylem rays???  
From: Jaime Vives Piqueres
Date: 1 Mar 2011 09:32:41
Message: <4d6d0389@news.povray.org>

>      texture {
>              T_Wood10
>              finish { specular 0.35 roughness 0.05 ambient 0.3 }
>              rotate<-0, 90, 0>
>              translate -y*0.2
>              translate z*3
>              pigment {
>                          leopard
>                          //bozo
>                          frequency 0.35 //<-add this line
>                          scale<0.0, 0.0, 40.0>
>                          turbulence 0
>                          octaves 4
>                          lambda 2.8
>                          }
>                  }

  You are not putting a new layer there... but rather overriding the
pigment on the last layer of T_Wood10 (IIRC, these woods are all
multilayer ones).

If you wanted a new layer, then close the first texture statement and
then enclose the new pigment on a new texture{} statement just after the
first. Otherwise you are destroying a layer that might be important for
the texture overall look.


-- 
Jaime Vives Piqueres
		
La Persistencia de la Ignorancia
http://www.ignorancia.org


Post a reply to this message

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