bit-hack / softgl

Software Rendered OpenGL implementation
11 stars 1 forks source link

Add basic depth rasterizer with z testing. #4

Open bit-hack opened 6 years ago

bit-hack commented 6 years ago

Add a simple depth rasterization phase, with z culling as PoC for rasterizer.

bit-hack commented 6 years ago

Currently working on this. I have added a very basic raster phase, with hard coded w-buffering.