I want to give different colors for two sides of plane to mesh in opengl.
Can I use clip_Distance like variables to cut the face in two halfs?
or by writing custom geometry shader to emit vertices at the cut planes.
Can I use the face cutting functionality which is inside opengl driver used for clipping?