Skip to content

Commit

Permalink
#5722: Fixup unit test.
Browse files Browse the repository at this point in the history
DarkRadiant's LWO loader is doing the vertex normal generation differently than the engine's LWO loader, the 24 verts of the cube will be merged down to 22 on load - which won't happen for ASE models, so let's use ASE for this conversion test.
  • Loading branch information
codereader committed Aug 22, 2021
1 parent 1560c0c commit b5616fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ModelExport.cpp
Expand Up @@ -294,7 +294,7 @@ TEST_F(ModelExportTest, ConvertLwoToAse)

TEST_F(ModelExportTest, ConvertFbxToAse)
{
auto outputPath = _context.getTemporaryDataPath() + "conversiontest.lwo";
auto outputPath = _context.getTemporaryDataPath() + "conversiontest.ase";
auto extension = string::to_upper_copy(os::getExtension(outputPath));
auto inputPath = _context.getTestResourcePath() + "fbx/test_cube.fbx";

Expand Down

0 comments on commit b5616fe

Please sign in to comment.