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
7814c8dfd9ff2b00ab735cfce8eb0aa9cab6cb8f
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
GeometryCore
/
Public
History
tyson brochu
70590a4eaa
FDynamicMesh: add a CanCollapseEdge function to check if an edge collapse might fail before actually trying it
...
#jira UE-174510 #rb Jimmy.Andrews [CL 30220298 by tyson brochu in ue5-main branch]
2023-12-08 16:58:02 -05:00
..
Async
…
Clustering
…
CompGeom
make negative space sampling default to 'deterministic' mode, and make that mode sort the vertices after marching cubes has run rather than disabling parallelism during marching cubes.
2023-12-06 17:30:20 -05:00
Curve
…
Deformers
…
Distance
…
DynamicMesh
FDynamicMesh: add a CanCollapseEdge function to check if an edge collapse might fail before actually trying it
2023-12-08 16:58:02 -05:00
Generators
better simple collision level set visualization: add optional marching-cubes-based level set triangulation to the simple-collision->mesh utility functions and use the new marching cubes triangulation in tools + optionally in geometry script's append simple collision function.
2023-11-15 18:04:18 -05:00
Image
Texture preventative fixes; clarify some mip locking code and fix 64 bit issues
2023-11-15 16:30:26 -05:00
Implicit
…
Intersection
put the exact triangle intersection find-segments branch in an 'else' to prevent the compiler from complaining about unreachable code when it takes the other constexpr if branch
2023-11-28 14:36:08 -05:00
Operations
…
Parameterization
…
Sampling
…
Selections
…
Solvers
…
Spatial
…
Util
…
BoxTypes.h
…
CapsuleTypes.h
…
CircleTypes.h
…
DynamicMeshEditor.h
…
DynamicSubmesh3.h
…
EdgeLoop.h
…
EdgeSpan.h
…
FrameTypes.h
…
GeometryBase.h
…
GeometryCoreModule.h
…
GeometryTypes.h
…
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
…
SphereTypes.h
…
TetUtil.h
…
TransformSequence.h
…
TransformTypes.h
…
TriangleTypes.h
…
VectorTypes.h
…
VectorUtil.h
GeometryProcessing: various utility functions to assist with rounded bevels implementation
2023-12-06 15:32:17 -05:00
VertexConnectedComponents.h
…
WeightMapTypes.h
…