You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added a new operator to subtriangulate a mesh. Its meant to take the input mesh and quickly generate final number of new vertices and triangles and interpoloate existing attributes to them. This is would be used to replace the current recursive subdivision (using edge splits) in the DispalceMeshTool and PNTriangles operator. DynamicMeshOverlay.h/cpp Refactored the implementation of GetElementAtVertex from the child class TDynamicMeshVectorOverlay to the parent TDynamicMeshOverlay. The child now calls the parent. Added a new method GetElementIDAtVertex and use it inside GetElementAtVertex since it replaces most of the logic. OperationsTests.cpp/ExpectedRectangle.obj Added unit tests for the UniformTesselate operator. #rb jimmy.andrews #rnx #jira none #preflight 619c0aa4fa0b360c40779025 #ROBOMERGE-AUTHOR: rinat.abdrashitov #ROBOMERGE-SOURCE: CL 18284521 in //UE5/Release-5.0/... via CL 18284544 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469) #ROBOMERGE[STARSHIP]: UE5-Main [CL 18284556 by rinat abdrashitov in ue5-release-engine-test branch]