jit.gl.material
Hello,
I make a simple animation with one swinging plane and I use gl.material for it. In this case I want to map glossy material to my plane. However the glossiness is only on the one (the opposite) of the sides of the plane. I've checked help, but couldn't find the solution.
Please, help me!
Max 6 gl.material doesn't support two-sided shading. :-(
Perhaps try instead using a very very very very thin rectangle
Thank's a lot:)