Helco / PebbleOfDoom

A platform is only hackable when some form of Doom is ported to it, let's make Pebble hackable!
MIT License
6 stars 0 forks source link

Renderer: Better contours #131

Closed Helco closed 2 years ago

Helco commented 2 years ago

Probably crucial for understanding the level geometry we should be able to controls which contours to draw, e.g.:

Helco commented 2 years ago

Fixed in 8c29d5a

There are still some improvements possible, there seems to be some inaccuracy in the bresenham iterator. With steep angles there are some misplaced pixels.