This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecd2f824a1f2381d907593c853794de82d8bd580
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
/
CompGeom
History
jimmy andrews
ced12de0f4
Add negative space protection to the geometry script collision merging algorithm
...
#rb david.hill [CL 28234875 by jimmy andrews in ue5-main branch]
2023-09-26 12:59:58 -04:00
..
ThirdParty
…
ConvexDecomposition3.cpp
Add negative space protection to the geometry script collision merging algorithm
2023-09-26 12:59:58 -04:00
ConvexHull2.cpp
…
ConvexHull3.cpp
Move TConvexHull3 simplification-related settings to a separate struct, to make it easier to manage these settings (inside the convex hull code and also for other classes that call into it, like convex decomposition)
2023-09-08 12:43:50 -04:00
Delaunay2.cpp
remove unused local variable in Delaunay2.cpp
2023-09-05 09:44:22 -04:00
Delaunay3.cpp
…
DiTOrientedBox.cpp
…
ExactPredicates.cpp
…
FitKDOP3.cpp
Add a new k-DOP fitting algorithm to GeometryCore and swap it in to GeomFitUtils so it will be used by the Static Mesh Editor.
2023-09-20 14:46:30 -04:00
FitOrientedBox2.cpp
…
FitOrientedBox3.cpp
…
PolygonTriangulation.cpp
…