> "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'
|