mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:27:36 +00:00
LibGL: Move polygon clipping to Clipper
class
This code has also been optimised to be much more memory friendly by removing a _lot_ of extraneous copies. The result is that, when profiled, it's around 8x faster than the previous implementation. Co-Authored-By: Ali Mohammad Pur <ali.mpfard@gmail.com>
This commit is contained in:
parent
834f3c64f0
commit
e8cd89a538
5 changed files with 177 additions and 112 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Clipper.cpp
|
||||
GLColor.cpp
|
||||
GLMat.cpp
|
||||
GLContext.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue