Forum: Poser - OFFICIAL


Subject: planet atmosphere in poser 6?

garrr opened this issue on Sep 08, 2006 · 25 posts


bagginsbill posted Sat, 09 September 2006 at 8:54 AM

If you have Matmatic beta1, you can try variations yourself. The key to it was the Interpolate.

Here's the script:

 

eb = EdgeBlend(0,1, 1).asNumber()
f = Clamp(2 * (eb - .5))
f = Interpolate(f, [0, 'd', .2, 1, 'd', .4, .25, 0])

s = Surface(0,0,0,0)

s.Alternate_Diffuse = Bias(Diffuse(), .8)
s.Transparency = Bias(.5 * f, .2)

 


Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)