Dennis van den Broek @pointerfunction.bsky.social · Aug 25

Then I only have to query the ray against a few boxes (drawn in red if hit), and I only need to test like 10-15 triangles instead of 1200 at that point! Performance has greatly increased on this (and I fixed some division by zero issues too!). Next up; animations!

6 likes 1 replies

?

Replies

Dennis van den Broek · Sep 16

Spent a pretty long time rewriting my entire renderer focussing on better maintainable code. Unfortunately performance was sacrificed in doing so, but I can do cool things now like dynamic subdivisions!