Extend tests a bit.

This commit is contained in:
Par Winzell 2019-02-24 17:42:13 -08:00
parent a3841fe7cd
commit 4780efdc6f
1 changed files with 7 additions and 3 deletions

View File

@ -19,8 +19,12 @@ const MODELS: Array<Model> = [
}, },
{path : 'fromFacebook/Natalie/GlitchRobot'}, {path : 'fromFacebook/Natalie/GlitchRobot'},
{path : 'fromFacebook/Ocean/blackvan/blackvan_with_windows'}, {path : 'fromFacebook/Ocean/blackvan/blackvan_with_windows'},
{path : 'fromFacebook/Ocean/zell_van_vertex_color'}, {
{path : 'fromFacebook/RAZ/RAZ_ape'}, path : 'fromFacebook/Ocean/zell_van_vertex_color',
args : [ '--draco' ],
ignoredIssues : [ 'UNSUPPORTED_EXTENSION' ],
},
{path : 'fromFacebook/RAZ/RAZ_ape', args : [ '--long-indices=always' ]},
{path : 'fromFbxSDK/Box'}, {path : 'fromFbxSDK/Box'},
{ {
path : 'fromFbxSDK/Humanoid', path : 'fromFbxSDK/Humanoid',
@ -31,7 +35,7 @@ const MODELS: Array<Model> = [
ignoredIssues : [ 'UNSUPPORTED_EXTENSION' ], ignoredIssues : [ 'UNSUPPORTED_EXTENSION' ],
}, },
{path : 'fromFbxSDK/Normals'}, {path : 'fromFbxSDK/Normals'},
{path : 'fromGltfSamples/BoxVertexColors/BoxVertexColors'}, {path : 'fromGltfSamples/BoxVertexColors/BoxVertexColors', args : [ '--khr-materials-unlit' ]},
{path : 'fromGltfSamples/WaterBottle/NewWaterBottle'}, {path : 'fromGltfSamples/WaterBottle/NewWaterBottle'},
]; ];