Skip to content

Commit

Permalink
Fixed formatting of number
Browse files Browse the repository at this point in the history
  • Loading branch information
sauraen committed Jun 29, 2024
1 parent 9be473e commit 41dd32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Documentation/Minimal Scanlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ D: If this polygon is instead triangulated this way, the point in the middle of
the polygon has color 96 (halfway between 192 and 0).

Note that BOTH of these are wrong: the correct value for that pixel is 128,
because all points on the horizontal midline of the original triangle are color
128. The N64 can't draw the correct triangle here--its colors would have to
change nonlinearly along an edge.
because all points on the horizontal midline of the original triangle are
color 128. The N64 can't draw the correct triangle here--its colors would have
to change nonlinearly along an edge.

The problem with the clipping minimal scanlines algorithm is that it would
switch between cases C and D here based on which diagonal had a larger Y
Expand Down

0 comments on commit 41dd32e

Please sign in to comment.