POV-Ray : Newsgroups : povray.binaries.images : My first Sphere On Checkered Plane : Re: My first Sphere On Checkered Plane Server Time
7 Aug 2024 21:21:59 EDT (-0400)
  Re: My first Sphere On Checkered Plane  
From: Thierry CHARLES
Date: 8 Dec 2005 15:18:06
Message: <439894fe@news.povray.org>

> "gRRosminet" <thierry@les-charles._no_spam_.net> wrote:
> 
>>Not my first image at all ;)
> 
> 
> I really like the texture on the ball!  Could you provide the source fo
r it?
> 
> 
here it is !

#declare FinishMetal = finish {
	brilliance 1.5
	metallic 1
	specular 1
	roughness 0.03
	
	reflection {
		rgb <0.03, 0.04, 0.04>
		fresnel
		metallic 1
	}
}

#declare TexMetalGros = texture {
	//*PMRawBegin
	uv_mapping
	//*PMRawEnd
	
	pigment {
		image_map {
			jpeg
			"metal019.jpg"
			map_type 0
			interpolate 4
		}
		scale 0.3
	}
	
	normal {
		bump_map {
			jpeg
			"metal019.jpg"
			map_type 0
			bump_size 0.3
		}
		scale 0.3
	}
	
	finish {
		FinishMetal
	}
	rotate x*10
}


Post a reply to this message


Attachments:
Download 'metal019.jpg' (12 KB)

Preview of image 'metal019.jpg'
metal019.jpg


 

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