assimp
assimp copied to clipboard
Add unit test for subdivision modifier on Blender importer
Catmul-Clark subdivision modifier is implemented in Assimp but was lacking unit-test.
This PR add an unit-test of a Blend file composed of default cube with subdivision modifier applied and same cube with subdivision modifier.
Vertices should match if Assimp is running the subdivision code correctly.