POV-Ray : Newsgroups : povray.binaries.images : UFO Bonus Picture : Re: UFO Bonus Picture Server Time
14 Aug 2024 11:22:12 EDT (-0400)
  Re: UFO Bonus Picture  
From: Dave Blandston
Date: 18 Oct 2002 02:05:29
Message: <3dafa4a9@news.povray.org>
It's a seamless image map (without a bump map, unfortunately) that I found
somewhere on the internetwork. I do recall that it was a free sample from a
collection of metal textures that you could purchase.

I used this finish:
------------------------------------------------
#declare UFOFinish = finish {
   ambient 0
   specular .4
   roughness .03
   diffuse .8
   brilliance 1.7
   metallic
   reflection .06
   irid {.1 thickness .5 turbulence 1}
}

texture {uv_mapping pigment {image_map {png "Metal01.png" interpolate 2}
scale .5} finish {UFOFinish}}
------------------------------------------------
I don't recall where I got the image map, but I'll be glad to e-mail it to
you!
--
-David

"Slime" <slm### [at] slimelandcom> wrote in message
news:3daf1466@news.povray.org...
> What's that metal texture? It looks very realistic.
>
>  - Slime
> [ http://www.slimeland.com/ ]


Post a reply to this message

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