You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/SceneProcessing/Code
Chris Burel 7f81602fe7
Use the material id from the base mesh when optimizing blend shapes (#517)
This is cherry-picked from #311

When processing meshes with blend shapes, the mesh optimizer disables the
optimize duplicates setting, to prevent potential vertex reodering that
could cause the base mesh vertices to become out of sync with the blend
shape. However, it will still reorder vertices based on their material.
It places all triangles that use the same material in the same submesh,
grouping them together in the resulting mesh. The SceneAPI does not track
material ids for blend shapes. To ensure that the blend shape triangles are
reordered in the same way as the base shape, this change makes the blend
shape optimization use the material id from the base shape.
5 years ago
..
Include/Config Add newlines to the end of all files 5 years ago
Source Use the material id from the base mesh when optimizing blend shapes (#517) 5 years ago
Tests Integrating latest 47acbe8 5 years ago
CMakeLists.txt Integrating latest from github/staging 5 years ago
sceneprocessing_editor_files.cmake Initial commit 5 years ago
sceneprocessing_editor_static_files.cmake Integrating up through commit 90f050496 5 years ago
sceneprocessing_editor_tests_files.cmake Integrating latest 47acbe8 5 years ago
sceneprocessing_files.cmake Initial commit 5 years ago
sceneprocessing_tests_files.cmake Initial commit 5 years ago