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
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
GeometryProcessing
/
Source
/
DynamicMesh
/
Private
History
jimmy andrews
762d32878c
make 'mesh to collision' tool's box detection algorithm look for 6 shared planes rather than 6 shared triangle normal directions + make it early-out if it finds more than 6. Fixes staircases being detected as boxes.
...
#jira UE-183642 #rb tyson.brochu [CL 27839819 by jimmy andrews in ue5-main branch]
2023-09-13 13:50:38 -04:00
..
Operations
Fixed a bug where overlay normals were used instead of the per-vertex normals.
2023-08-01 12:45:38 -04:00
Parameterization
UVEditor: Enable support for UV island normalization in Layout operations.
2023-04-21 19:15:16 -04:00
Polygroups
MeshModelingTools: Make FMeshFaceDualGraph support non-compact meshes.
2023-05-16 16:02:28 -04:00
Sampling
ModelingTools: Fixed gap in gutter when baking MaterialID in the Bake Textures tool.
2023-08-03 11:48:32 -04:00
Selections
Support Geometry Selection in the Tangents tool and fix some bugs
2023-09-04 07:29:03 -04:00
ShapeApproximation
make 'mesh to collision' tool's box detection algorithm look for 6 shared planes rather than 6 shared triangle normal directions + make it early-out if it finds more than 6. Fixes staircases being detected as boxes.
2023-09-13 13:50:38 -04:00
Solvers
-Added an operator for smoothing overlays of any dimension containing any scalar data
2023-06-15 18:19:32 -04:00
DynamicMeshModule.cpp
…
FaceGroupUtil.cpp
…
GroupTopology.cpp
MeshModelingTools: Subdivide tool improvements dealing with meshes with open boundaries.
2023-06-15 08:56:02 -04:00
MeshConstraintsUtil.cpp
…
MeshCurvature.cpp
…
MeshPaths.cpp
…
MeshRefinerBase.cpp
…
MeshSimplification.cpp
MeshModelingTools: Allow SimplifyToMinimalPlanar to work on the boundary of meshes.
2023-05-26 13:57:25 -04:00
MeshWeights.cpp
…
NormalFlowRemesher.cpp
…
ProjectionTargets.cpp
…
QueueRemesher.cpp
…
Remesher.cpp
…