Quidnunc opened this issue on Oct 22, 2007 · 6 posts
Quidnunc posted Mon, 22 October 2007 at 2:51 PM
Hi, I wonder if anyone can help. I have been trying to create a sort of soft global illumination effect. What I have done is as follows
FrankT posted Mon, 22 October 2007 at 3:12 PM
you'd probably need to use an IBL light to do what you want. Poser lights don't "bounce" like real ones do even with raytracing
Miss Nancy posted Mon, 22 October 2007 at 3:14 PM
raytracing in poser only works for reflective and refractive fx. one needs to run a python script to activate the GI fx in poser7 (indirect lighting). it' got a different variable for GI bounces, but there were some errors in the implementation. see poser python manual (P7) for more descriptions.
Quidnunc posted Mon, 22 October 2007 at 3:17 PM
Thanks FrankT,
I'm disapointed to hear this, but at least it puts an end to my frustration. Next time efrontier ask what I would like, this is going on the top of the list.
FrankT posted Mon, 22 October 2007 at 3:48 PM
Quote - Thanks FrankT,
I'm disapointed to hear this, but at least it puts an end to my frustration. Next time efrontier ask what I would like, this is going on the top of the list.
Don't hold your breath :)
I'm not sure how well Firefly will run GI - there are some hacks as Miss Nancy mentioned but I seem to recall them doing horrible things to the render time
Quidnunc posted Mon, 22 October 2007 at 3:50 PM
Thank you Miss Nancy,
I will have a look and see what the manual has to say.