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
f4e704099b4bc4e897bcfafee016f5519a497edd
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Private
History
jimmy andrews
7c2565a458
Inline some geometrycore smalllistset methods and change them to use a template function, to reduce overhead of tfunction calls in dynamic mesh processing
...
#rb David.Hill [CL 33372946 by jimmy andrews in ue5-main branch]
2024-05-01 10:52:32 -04:00
..
Clustering
…
CompGeom
Specify the ConvexDecomposition3 thicken hull after failure parameter in world space, not local space, to match other parameters on that class
2024-04-16 11:53:12 -04:00
DynamicMesh
Make the dynamic mesh copy-from-shape-generator build faster, by building attributes after appending the base triangles + inlining AddEdgeInternal
2024-05-01 10:50:57 -04:00
Generators
Fixed potentially uninitialized variables.
2024-04-22 14:54:14 -04:00
Implicit
…
Intersection
…
Operations
…
Parameterization
…
Sampling
fix issue where point sampling would compute incorrect mesh triangle areas for non-compact meshes
2024-03-20 12:20:55 -04:00
Selections
…
Spatial
…
Util
Inline some geometrycore smalllistset methods and change them to use a template function, to reduce overhead of tfunction calls in dynamic mesh processing
2024-05-01 10:52:32 -04:00
DynamicMeshEditor.cpp
add a 'cut outside' option to the polycut tool
2024-04-17 11:34:05 -04:00
EdgeLoop.cpp
…
EdgeSpan.cpp
…
GeometryCoreModule.cpp
…
IndexUtil.cpp
…
MathUtil.cpp
…
MeshBoundaryLoops.cpp
…
MeshRegionBoundaryLoops.cpp
…