bit-hack / softgl

Software Rendered OpenGL implementation
11 stars 1 forks source link

Check primative assembly for correctness. #6

Open bit-hack opened 6 years ago

bit-hack commented 6 years ago

Primitive assembly bugs are visible:

bit-hack commented 6 years ago

After adding basic rasterization, I was able find and fix some winding issues with the triangle strip code.