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
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
GeometryProcessing
/
Source
/
DynamicMesh
/
Private
History
jimmy andrews
cc894123d6
fix some edges/vertices not moving when via mesh elements selection handles due to incorrect bounds check in deformer
...
#rb david.hill [CL 32484838 by jimmy andrews in 5.4 branch]
2024-03-25 17:06:07 -04:00
..
Operations
fix some edges/vertices not moving when via mesh elements selection handles due to incorrect bounds check in deformer
2024-03-25 17:06:07 -04:00
Parameterization
GeometryProcessing: Improve the UV generation scheme PatchBuilder via a change to the polygroup generation stage, providing area aware sampling of the mesh surface and reducing the overcompensation effects that small, disconnected regions in the mesh were having on the overall segmentation.
2024-02-16 16:41:15 -05:00
Polygroups
GeometryProcessing: Improve the UV generation scheme PatchBuilder via a change to the polygroup generation stage, providing area aware sampling of the mesh surface and reducing the overcompensation effects that small, disconnected regions in the mesh were having on the overall segmentation.
2024-02-16 16:41:15 -05:00
Sampling
Silence PVS warnings
2024-01-17 01:34:02 -05:00
Selections
Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
2024-01-19 16:41:35 -05:00
ShapeApproximation
Make SimpleShapeSet3's sphere transform method match the editor's approach for transforming simple collision spheres -- scaling the radius by the minimum abs-value axis scale -- to get more consistent results when baking component transforms.
2023-12-15 16:08:22 -05:00
Solvers
…
DynamicMeshModule.cpp
…
FaceGroupUtil.cpp
…
GroupTopology.cpp
Fix C4072 warnings
2023-11-20 17:26:53 -05:00
MeshConstraintsUtil.cpp
…
MeshCurvature.cpp
Geometry: fix copy-pasta in computation of Voronoi area for cotangent weights
2023-11-22 12:17:31 -05:00
MeshDerivatives.cpp
…
MeshPaths.cpp
…
MeshRefinerBase.cpp
…
MeshSimplification.cpp
…
MeshWeights.cpp
Geometry: fix copy-pasta in computation of Voronoi area for cotangent weights
2023-11-22 12:17:31 -05:00
NormalFlowRemesher.cpp
…
ProjectionTargets.cpp
…
QueueRemesher.cpp
…
Remesher.cpp
Remesher: add an optional edge length scale function that can be used for adaptive-density remeshing
2024-02-15 16:53:42 -05:00