Files
ladybird/Userland/Libraries/LibSoftGPU
Jelle Raaijmakers f680d82086 LibSoftGPU: Reuse edge function for front/back culling
We sat on a throne of lies: our `edge_function()` returned positive
values for _clockwise_ vertex rotation instead of _counter-clockwise_,
which was hidden by the fact that we were forcing everything into CW
rotation by an erroneous area comparison (`> 0` instead of `< 0`).

This simplifies our culling code significantly.
2022-04-20 14:12:56 +02:00
..
2022-04-11 19:31:23 -07:00
2022-04-11 19:31:23 -07:00
2022-03-03 13:50:25 +01:00