Hacker News new | ask | show | jobs
by kgabis 961 days ago
Well, not anymore, Epic's Nanite is basically a triangle per pixel rendering.
1 comments

It’s actually very nearly optimal: using as many triangles as needed to display as much detail as possible while staying under the one triangle per pixel limit.

That’s the opposite of using 10K pixels to render two pixels on the screen.