MrGorf opened this issue on Mar 31, 2007 · 8 posts
MrGorf posted Sat, 31 March 2007 at 9:55 AM
replicand posted Sat, 31 March 2007 at 10:18 AM
Do translucent attributes work better if they are backlit?
williamsheil posted Sat, 31 March 2007 at 10:46 AM
Transluceny works differently from any other part of the Poser shader system. Specifically contrary to the general "downstream only" model of the shading system, connecting things to the translucency channel creates "up-stream" effect.
The channel itself is identical to the ambient channel, but diffuse lighting nodes (diffuse, clay, skin etc.) connected to the translucency channel act as if the normals of the surface are reversed, so that lights behind the surface cause it to be illuminated.
A few things to note:
i) The diffuse nodes need to be exclusively attached to the translucency channel. If they are part of a tree that attaches to any other channel (e.g. Ambient) the effect is nullified.
I presume that the direction of the diffuse normals for the specific node are determined at some time before the sampling for the entire Poser surface is carried out and the reversed state of the normals is marked as a flag on the node data object.
ii) In P6 and P7 (?) (but not P5) the "normals forward" checkbox of the diffuse node must be checked (it also works with other diffuse type nodes if they have this checkbox).
iii) When using shadows the shadow bias must be great enough for backlights to penetrate a solid object far enough to illuminate the front (camera facing) surface. i.e. if an object is too thick the front of an object won't get illuminated. It's easy enough to demonstrate the effects of the translucency channel with shadows disabled, but tweaking it to get good effects in practise (e.g. backlit ears) can be a lot harder.
MrGorf posted Sat, 31 March 2007 at 11:32 AM
Willber posted Sat, 31 March 2007 at 5:20 PM
Interesting.... to me it looks like the ball on the right, has the spots on the back surface, inside a clear sphere.
The ball on the left looks like the spots are painted on the exterior front surface.
stewer posted Sat, 31 March 2007 at 5:52 PM
stewer posted Sat, 31 March 2007 at 5:53 PM
MrGorf posted Sat, 31 March 2007 at 11:31 PM
Willber, I agree, the ball does kind of look like the back side shining through to the front. I think it has a lot to do with the gray line across the top, even though I'm not sure where it came from! Stewer, your image is the ideal illustration of this concept. That looks just like you would expect a sheet or something to look in that situation. I could see myself using this technique on curtains, trees, and yes... stained glass windows! And all it took was plugging a diffuse node into the translucence color channel. Very interesting. Did you use ray traced or depth mapped shadows for that image, by the way? The Poser manual says that translucence is "the color of the light passing through the object." That's about all it says! I don't know how you folks figured it out, but I would not have guessed. There are a lot of things in the Poser manual that get this minimalist (or copy and paste) description. Oh well!