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
aaeb9ff464b03e2daef896664f3397fee9e59cd0
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
/
CompGeom
History
jimmy andrews
bca502e8cd
Fix convex decomposition's min sample spacing test to run after finding the final sample location, rather than running on the initial estimate location, so it will function as intended when the samples are placed far from their initial estimate locations.
...
#rb rinat.abdrashitov [CL 30053523 by jimmy andrews in ue5-main branch]
2023-12-01 16:17:39 -05:00
..
ThirdParty
…
ConvexDecomposition3.cpp
Fix convex decomposition's min sample spacing test to run after finding the final sample location, rather than running on the initial estimate location, so it will function as intended when the samples are placed far from their initial estimate locations.
2023-12-01 16:17:39 -05:00
ConvexHull2.cpp
…
ConvexHull3.cpp
fix crash in convex hull simplification due to not tracking polygon group IDs correctly
2023-10-06 15:11:54 -04:00
Delaunay2.cpp
…
Delaunay3.cpp
Fix C4072 warnings
2023-11-20 17:26:53 -05:00
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
…