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
f401d9d8a8d6740a592d4e8bf26c5bf6149f2941
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
History
jimmy andrews
b8887e57ed
Add a new polygon-based simplification method to ConvexHull3, and a tolerance for the initial hull build, to support use cases where we do not need an exact hull and can prioritize using fewer plane + avoiding near-degenerate planes in the output. This simplification is especially effective for cases where a large number of near-coplanar faces would exist in the exact-hull output.
...
#rb rinat.abdrashitov [CL 26683043 by jimmy andrews in ue5-main branch]
2023-07-28 15:02:49 -04:00
..
Private
Add a new polygon-based simplification method to ConvexHull3, and a tolerance for the initial hull build, to support use cases where we do not need an exact hull and can prioritize using fewer plane + avoiding near-degenerate planes in the output. This simplification is especially effective for cases where a large number of near-coplanar faces would exist in the exact-hull output.
2023-07-28 15:02:49 -04:00
Public
Add a new polygon-based simplification method to ConvexHull3, and a tolerance for the initial hull build, to support use cases where we do not need an exact hull and can prioritize using fewer plane + avoiding near-degenerate planes in the output. This simplification is especially effective for cases where a large number of near-coplanar faces would exist in the exact-hull output.
2023-07-28 15:02:49 -04:00
geometry3cpp.tps
…
geometry3Sharp.tps
…
GeometryCore.Build.cs
…
GTEngine.tps
…
Predicates.tps
…