Visualization of both Sides of a Plane

I have drawn a plane but have failed to visualise both sides of it. I can only see the top side. Is it possible to visualise both sides of it? Any answer will be highly appreciated.

Yes, just disable CULL_FACE and then just implement two-sided lighting in your shader (a normal flip) (or look at LIGHT_MODEL_TWO_SIDE if you are using the fixed-function pipe).

Thank you very much for the reply. It works fine.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.