POV-Ray : Newsgroups : povray.binaries.images : Darth Maul Lightsaber : Re: Darth Maul Lightsaber Server Time
13 Aug 2024 07:24:18 EDT (-0400)
  Re: Darth Maul Lightsaber  
From: Slime
Date: 23 Apr 2003 12:45:09
Message: <3ea6c315$2@news.povray.org>
> Any advice on the blades?

Did you use media? Rather than specifically putting the color white in the
density's color_map, I suggest you use a media like this:

media {
emission <1,.2,.2>*constant // mostly red, but a tiny bit of green and blue,
which, when very saturated, will naturally turn into white
density {
cylindrical
// color_map perhaps, but keep all colors greyscale (rgb <0,0,0> to rgb
<1,1,1>)
cubic_wave // optional
}
}

That tends to create the most aesthetically pleasing result for this sort of
thing, in my opinion.

> Comments?

The handle looks much too shiney and reflective. You should work on that
texture some more. The model itself is pretty good. If you round off the
sharp corners of the cylinders with torii, it'll look even better. (hint:
create a rounded_cylinder macro or something like that).

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

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