Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 348 Bytes

File metadata and controls

11 lines (9 loc) · 348 Bytes

GL transformation and rasterization pipeline

This project read in triangles and do view transformation and rasterization on the whole scene. This pipeline contains following steps:

  • Camera transformation
  • Perspective transformation
  • Orthographic transformation
  • Viewport transformation
  • Clipping
  • Z-buffer surface hiding
  • Rasterization