Discuss Scratch

Molive
Scratcher
100+ posts

Fastest Tri Filler?

Hi!

I need a fast triangle filler to run my 3d engine, however, I'm not sure how to find one.
I know @TheLogFather has a fast one, but is that the fastest on scratch?
I don't want to base my entire program on that one then find there's one that's like 10x faster.

Thanks,
~Molive

“You're not a sailor?”
“No, I make money off of other people's talent.”
“…You're a project lead on a computer game?”
-The Curse Of Monkey Island

- TW9saXZlJ3Mgc2lnbmF0dXJlIGlzIHRoZSBCZXN0IFNpZ25hdHVyZSAg -


MegaApuTurkUltra
Scratcher
1000+ posts

Fastest Tri Filler?

I believe so

On a side note, you could create a wrapper so you can use other fillers interchangeably

define trifill wrapper (x1) (y1) (x2) (y2) (x3) (y3)
logfather trifill (x1) (y1) (x2) (y2) (x3) (y3)::custom
then use “trifill wrapper” in your project, and if you find that a faster filler exists you can replace the call in your wrapper definition

$(".box-head")[0].textContent = "committing AT crimes since $whenever"

Powered by DjangoBB