POV-Ray : Newsgroups : povray.binaries.images : a book : Re: SV: a book Server Time
19 Aug 2024 06:16:58 EDT (-0400)
  Re: SV: a book  
From: Alberto
Date: 11 Feb 2001 16:42:31
Message: <3A87074A.649315E7@usb.ve>
Peter Hertel wrote:
> 
> Nice!
> I especially like the peanut-bowl-thing, and the reflections in the lamp.
> The table texture is perfect! Wanna share it? ;-)
> 
> --
> Peter
> http://hertel.no/bigone

Thanks for your comments. Bellow is the table texture but sometimes, a
texture which works fine in a scene doesn't in another.

texture{
	finish{phong 1  reflection .075}
	pigment{wood  color_map{[0 rgb <1, .5, 0>][1 rgb .9*<1, .5, 0>]}
		ramp_wave  scale 5  rotate <0 90 0>
		warp{turbulence .0625  octaves 6  omega 3  lambda .35}
		translate  50/6*z
		warp{repeat 50/3*z offset <75,20,0>}
		translate -50/6*z
	}
}
texture{
	normal{wood .2
		ramp_wave  scale .5  rotate <0 90 0>
		warp{turbulence .0625  octaves 6  omega 3  lambda .35}
		translate  50/6*z
		warp{repeat 50/3*z offset <75,20,0>}
		translate -50/6*z
	}
	pigment{wood  color_map{[0 rgbf .75*<1,.5,0,1>][1 rgbf 1*<1,.5,0,1>]}
		scallop_wave  scale .5  rotate <0 90 0>
		warp{turbulence .0625  octaves 6  omega 3  lambda .35}
		translate  50/6*z
		warp{repeat 50/3*z offset <75,20,0>}
		translate -50/6*z
	}
}


Post a reply to this message

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