Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 280 Bytes

File metadata and controls

15 lines (8 loc) · 280 Bytes

Rasterizer

Rasterizer based on OpenGL.

Current Progress

  • 1.Antialiasing implemented.
  • 2.Barycentric coordinates implemented.
  • 3.Transformation implemented.
  • 4."Pixel Sampling" for texture mapping implemented.
  • 5."Level Sampling" & mipmap implemented.(ongoing)