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
f3ef3e01acd183eefb864f2adcffe65fed783e3f
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
MeshSimplifier
/
Private
History
jamie hayes
16ce5d4a78
Add an option for Nanite meshes to consider edge length during simplification as a means of preventing oversimplification of meshes that are intended to be deformed (e.g. via WPO, Spline Mesh Component).
...
#rb brian.karis [CL 28594884 by jamie hayes in ue5-main branch]
2023-10-09 15:40:27 -04:00
..
MeshSimplify.cpp
Add an option for Nanite meshes to consider edge length during simplification as a means of preventing oversimplification of meshes that are intended to be deformed (e.g. via WPO, Spline Mesh Component).
2023-10-09 15:40:27 -04:00
MeshSimplify.h
Add an option for Nanite meshes to consider edge length during simplification as a means of preventing oversimplification of meshes that are intended to be deformed (e.g. via WPO, Spline Mesh Component).
2023-10-09 15:40:27 -04:00
MeshSimplifyElements.h
…
Quadric.cpp
Added LerpUVs property to Nanite static mesh settings.
2023-09-08 12:38:58 -04:00
Quadric.h
…
QuadricMeshReduction.cpp
Fix mesh reduction bugs due to replacing TSimpVert with FLerpVert.
2023-07-31 17:02:36 -04:00
UnrolledLinkList.h
…