WHAT IS CLIPPING?
Clipping, in the context of COMPUTER GRAPHICS is a method to selectively enable or disable rendering operations within a defined region of interest. Mathematically, clipping can be described using the terminology of consructive Geomery. A rendering ALGORITHM only draws pixels in the intersection between the clip region and the scene model. Lines and surfaces outside the view volume are removed.
No comments