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
42657bf51be2b0984c963ebfdba0f7acabd04ba6
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
/
CompGeom
History
jimmy andrews
389b3473ff
Refine ConvexHull3's simplification algorithm to remove vertices that looked like corners vertices only due to face groups that were deleted
...
#rb david.hill [CL 26740088 by jimmy andrews in ue5-main branch]
2023-08-01 11:23:57 -04:00
..
ThirdParty
add precise math for exact predicates on clang, where supported
2023-05-17 12:25:46 -04:00
ConvexDecomposition3.cpp
Add option to drive adding more negative space samples when the current samples don't cover the space identified by Voxel Search (and are farther apart than the target Sample Spacing), to make the negative space coverage algorithm better able to protect space in challenging cases where a smaller fixed number of samples would fail.
2023-06-29 11:28:58 -04:00
ConvexHull2.cpp
…
ConvexHull3.cpp
Refine ConvexHull3's simplification algorithm to remove vertices that looked like corners vertices only due to face groups that were deleted
2023-08-01 11:23:57 -04:00
Delaunay2.cpp
…
Delaunay3.cpp
…
DiTOrientedBox.cpp
…
ExactPredicates.cpp
…
FitOrientedBox2.cpp
…
FitOrientedBox3.cpp
…
PolygonTriangulation.cpp
Fix crash when spline mesh tool has a spline with too few points, and generally make polygon triangulation not crash when passed an input with too few points
2023-06-28 15:30:03 -04:00