Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 289 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 289 Bytes

computer-graphics

3D viewer without libraries

A C# (WPF) app for draw 3d objects with:

  • Perspective projection
  • Scanline
  • Z-Buffer
  • Phong Shading

No libraries was used, the application only use the method to paint a pixel in screen.

Screenshot