Page 1 of 1

"Two sided" Texturing

Posted: Tue Mar 17, 2009 2:09 am
by manitwo
Hi folks,

I'm wondering if it's possible to give the backside of a face a different texture than the frontside?

Posted: Tue Mar 17, 2009 4:23 am
by SATtva_
AFAIK, it's not possible to do so. But you can extrude this plain mesh, effectively making another side for it.

Posted: Tue Mar 17, 2009 6:21 am
by manitwo
yeah, i thought so .... well it isn't a problem i was just wondering 8)

Posted: Tue Mar 17, 2009 6:31 am
by SATtva_
What I'd really like is a plain mesh double-sided texture rendering. Really useful, for example, for leafs (albedo blended with nullmat through alpha mask). [REQ] anybody?

Posted: Tue Mar 17, 2009 7:58 am
by CTZn
Can you explain a bit what you mean SATtva ? I don't get it.

Posted: Tue Mar 17, 2009 8:02 am
by Kram1032
a single plane with different materials on each side without thickness.
For leaves, that indeed would be a nice thing....

Posted: Wed Mar 18, 2009 1:00 am
by delle
...another trick:

One material attached to one side and NullMaterial attached to the other side.

In this way I can create a plane visible from one side and invisible from the other (e.g. camera side)

With this feature I can create closed rooms (from the light point of view) but transparent from the camera point of view....

;-)