|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remember the "Mars Attacks!" opening sequence? Darn, this is fun! I'm still
working on trying to make the UFO's path's wobble a little, and vary the
rotational speed of the UFO's, JLTM ("Just Like The Movie.")
--
-David
Post a reply to this message
Attachments:
Download 'Wobble.jpg' (41 KB)
Preview of image 'Wobble.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Remember the "Mars Attacks!" opening sequence? Darn, this is fun! I'm
still
> working on trying to make the UFO's path's wobble a little, and vary the
> rotational speed of the UFO's, JLTM ("Just Like The Movie.")
What's that metal texture? It looks very realistic.
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Dave Blandston wrote:
> Remember the "Mars Attacks!" opening sequence?
Do it!!, Do it All!!
--
Rick
Kitty5 NewMedia http://Kitty5.co.uk
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
---
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.404 / Virus Database: 228 - Release Date: 15/10/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I *would* like to re-create the entire opening invasion scene, just gotta
find the time...
--
-David
"Rick [Kitty5]" <ric### [at] kitty5com> wrote in message
news:3db00499@news.povray.org...
> Do it!!, Do it All!!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |