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
e634ee40dc2e97daa4e4ead10edfeb683fee4792
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
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
..
CompGeom
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
DynamicMesh
-GeometryScript: When creating a new SkeletaMesh asset, provide an option to use the bone attributes of the dynamic mesh to set the reference skeleton of the skeletal mesh.
2023-06-26 10:17:13 -04:00
Generators
…
Implicit
…
Intersection
…
Operations
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
Parameterization
…
Sampling
…
Selections
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
Spatial
…
Util
GeometryCore: Fix potential buffer overrun in FSmallListSet serialization
2023-05-17 19:09:39 -04:00
DynamicMeshEditor.cpp
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
EdgeLoop.cpp
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
EdgeSpan.cpp
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
GeometryCoreModule.cpp
…
IndexUtil.cpp
…
MathUtil.cpp
…
MeshBoundaryLoops.cpp
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00
MeshRegionBoundaryLoops.cpp
Move some commonly-used mesh functionality from the DynamicMesh module over to GeometryCore, including DynamicMeshEditor, mesh booleans, and some selection handling
2023-06-08 12:40:29 -04:00