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
73aba29752e5038fdde21bf194f47a1da2247768
UnrealEngineUWP
/
Engine
/
Plugins
/
Experimental
/
MeshModelingToolset
/
Source
/
ModelingOperators
/
Private
History
Jimmy Andrews
73aba29752
fixes for ci errors from non-windows compile of modeling toolset modules
...
#rb trivial #rnx [CL 15628492 by Jimmy Andrews in ue5-main branch]
2021-03-05 15:45:04 -04:00
..
BaseOps
refactor jacketing to use one AABB tree per mesh, and transform samples into the local space of each tree, rather than a giant combined AABB tree for all meshes
2021-03-01 17:01:16 -04:00
CleaningOps
refactor jacketing to use one AABB tree per mesh, and transform samples into the local space of each tree, rather than a giant combined AABB tree for all meshes
2021-03-01 17:01:16 -04:00
CompositionOps
refactor jacketing to use one AABB tree per mesh, and transform samples into the local space of each tree, rather than a giant combined AABB tree for all meshes
2021-03-01 17:01:16 -04:00
CuttingOps
change all the modeling / geometry tools shared pointers to thread safe mode, because they're often used in background threads
2021-02-17 11:50:23 -04:00
DeformationOps
Deform mesh normals in FFDLattice. Computes the Jacobian of the trilinear or tricubic interpolation functions and rotates the original normals by the inverse Jacobian transpose times the determinant of the Jacobian.
2021-02-18 13:06:34 -04:00
MeshSpaceDeformerOps
fixes for ci errors from non-windows compile of modeling toolset modules
2021-03-05 15:45:04 -04:00
ParameterizationOps
Every Progress->Cancelled() gets a nullptr check
2021-01-13 12:32:53 -04:00
SmoothingOps
Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
2020-09-24 00:43:27 -04:00
ModelingOperatorsModule.cpp
…