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.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Public
History
jimmy andrews
345a810cce
fix handling of invalid triangles in mesh aabb tree -- do not leave uninitialized memory at the end of the triangles list, and pass only the count of valid triangles to the build method
...
#jira UE-227199 #rb David.Hill [CL 37021102 by jimmy andrews in 5.5 branch]
2024-10-10 11:08:51 -04:00
..
Async
…
Clustering
…
CompGeom
add optional thickening/inflate parameter to FitKDOP3, and set default to .1, to match previous KDOP fitting behavior and guarantee that flat shapes still generate valid KDOPs.
2024-10-09 11:34:37 -04:00
Curve
…
Deformers
…
Distance
…
DynamicMesh
make polygon selection mechanic translate compacted edge selections for output
2024-10-01 19:12:13 -04:00
Generators
…
Image
…
Implicit
…
Intersection
Geometry: Added 2d triangle circle intersection utility. Fixed 2d triangle IsInsideOrOn function to properly handle degenerate cases and to have tolerance. Added 2d segment IsOnSegment function and GetSide function that handles tolerance properly. Added unit tests.
2024-08-27 16:55:01 -04:00
Operations
…
Parameterization
…
Sampling
…
Selections
clarify comment in mesh selection growth/contraction methods -- they need to iterate the entire selection, not the entire mesh
2024-09-04 13:43:21 -04:00
Solvers
…
Spatial
fix handling of invalid triangles in mesh aabb tree -- do not leave uninitialized memory at the end of the triangles list, and pass only the count of valid triangles to the build method
2024-10-10 11:08:51 -04:00
Util
…
BoxTypes.h
…
CapsuleTypes.h
…
CircleTypes.h
…
DynamicMeshEditor.h
fix AppendMesh nodes inconsistently handling transforms with negative scales
2024-10-01 20:06:11 -04:00
DynamicSubmesh3.h
…
EdgeLoop.h
…
EdgeSpan.h
…
FrameTypes.h
…
GeometryBase.h
…
GeometryCoreModule.h
…
GeometryTypes.h
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
HalfspaceTypes.h
…
IndexTypes.h
…
IntBoxTypes.h
…
IntVectorTypes.h
…
LineTypes.h
…
MathUtil.h
…
MatrixTypes.h
…
MeshAdapter.h
…
MeshAdapterTransforms.h
…
MeshBoundaryLoops.h
…
MeshQueries.h
…
MeshRegionBoundaryLoops.h
…
OrientedBoxTypes.h
…
PlaneTypes.h
…
PointSetAdapter.h
…
Polygon2.h
…
Polyline3.h
…
QuadricError.h
…
Quaternion.h
…
SegmentTypes.h
Geometry: Added 2d triangle circle intersection utility. Fixed 2d triangle IsInsideOrOn function to properly handle degenerate cases and to have tolerance. Added 2d segment IsOnSegment function and GetSide function that handles tolerance properly. Added unit tests.
2024-08-27 16:55:01 -04:00
SphereTypes.h
…
TetUtil.h
…
TransformSequence.h
…
TransformTypes.h
…
TriangleTypes.h
Geometry: Added 2d triangle circle intersection utility. Fixed 2d triangle IsInsideOrOn function to properly handle degenerate cases and to have tolerance. Added 2d segment IsOnSegment function and GetSide function that handles tolerance properly. Added unit tests.
2024-08-27 16:55:01 -04:00
VectorTypes.h
…
VectorUtil.h
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
VertexConnectedComponents.h
…
WeightMapTypes.h
…