|
|
"Eric Flint" <AKK### [at] aolcom> wrote in message
news:395124DE.2D55674B@aol.com...
| How do I make a kinda clear blue cone thingy? Without media....
cone {0,1,x,0
pigment {gradient x
color_map {
[0 rgbf <0,0.5,1.5,0.5>] // example color only, partially filtered at cone
base
[1 rgbf <0,0,1.5,1>] // fully filtered at cone tip
} }
finish {ambient 0.9 diffuse 0.3}
scale <3,1,1> // scaled whatever length, thickness
}
Just another way to do it of course.
Bob
Post a reply to this message
|
|