top of page
Search

[83] Contrast Agent

  • Writer: Conlan Walker
    Conlan Walker
  • May 19, 2023
  • 1 min read

It took like a month or something, but I've successfully filled in a triangle.

ree

This is what it looks like.


The lighter magenta shows where each pixel row starts, while the dark shows its end.













Here's the code:

(^^ there's a huge empty space here because Wix sucks; It doesn't look like this in drafts)

After jury rigging it some, I was able to do what I'd consider the bare minimum for filling in a TTM model.


Here, I replaced the Bresenham lines with those start and ends of the pixel rows I was talking about earlier, as they don't line up exactly the same way.

 
 
 

Comments


bottom of page