From 4780efdc6f013dab9eb9816766dd40aac42045f0 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Sun, 24 Feb 2019 17:42:13 -0800 Subject: [PATCH] Extend tests a bit. --- npm/tests/test/fbx2gltf.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/npm/tests/test/fbx2gltf.ts b/npm/tests/test/fbx2gltf.ts index da2ed0f..118a2b7 100644 --- a/npm/tests/test/fbx2gltf.ts +++ b/npm/tests/test/fbx2gltf.ts @@ -19,8 +19,12 @@ const MODELS: Array = [ }, {path : 'fromFacebook/Natalie/GlitchRobot'}, {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/Humanoid', @@ -31,7 +35,7 @@ const MODELS: Array = [ ignoredIssues : [ 'UNSUPPORTED_EXTENSION' ], }, {path : 'fromFbxSDK/Normals'}, - {path : 'fromGltfSamples/BoxVertexColors/BoxVertexColors'}, + {path : 'fromGltfSamples/BoxVertexColors/BoxVertexColors', args : [ '--khr-materials-unlit' ]}, {path : 'fromGltfSamples/WaterBottle/NewWaterBottle'}, ];