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
bca2b32ac75d894a9f35ddcc14c19484c114c521
UnrealEngineUWP
/
Engine
/
Plugins
/
Experimental
/
MeshModelingToolset
/
Source
/
ModelingOperators
/
Private
/
CleaningOps
History
Ryan Schmidt
196be0f6d1
GeometryProcessing: replace UE::Geometry::FVector3d/FVector3f with UE Core versions based on TVector<T>. FVector3<T> is now an extension of TVector<T>. Update all affected call sites.
...
#rb none #rnx #jira none [CL 15870068 by Ryan Schmidt in ue5-main branch]
2021-03-30 21:25:22 -04:00
..
EditNormalsOp.cpp
GeometryProcessing: move all public types in GeometryProcessing plugin into UE::Geometry:: namespace, as well as some code in MeshModelingToolset. Fix fallout in Water, Paint Mode, ChaosEditor, DataPrep, Text3D, Unit Tests, internal projects.
2021-03-09 19:33:56 -04:00
HoleFillOp.cpp
GeometryProcessing: replace UE::Geometry::FVector3d/FVector3f with UE Core versions based on TVector<T>. FVector3<T> is now an extension of TVector<T>. Update all affected call sites.
2021-03-30 21:25:22 -04:00
RemeshMeshOp.cpp
GeometryProcessing: move all public types in GeometryProcessing plugin into UE::Geometry:: namespace, as well as some code in MeshModelingToolset. Fix fallout in Water, Paint Mode, ChaosEditor, DataPrep, Text3D, Unit Tests, internal projects.
2021-03-09 19:33:56 -04:00
RemoveOccludedTrianglesOp.cpp
CIS fix -- remove extraneous #pragma once from RemoveOccludedTriangles.cpp
2021-03-10 17:16:04 -04:00