Moohasha
09-06-2006, 11:52 AM
Is there a way to create a 2D clipping region in screen coordinates so that transformed vertices/lines are not drawn in that region? For example, if I have a clipping region that takes up the top right quarter of the screen and I draw a circle in the middle of the screen, only the arc from pi/2 to 2*pi should be drawn. All the clipping objects I see in the SDK are for 3D infinitely-extending clipping planes.