Better fix.

This commit is contained in:
Par Winzell 2019-01-25 15:59:24 -08:00
parent 2efc17cbd5
commit ad5f91f577
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ const MODELS :Array<Model> = [
{ path: 'fromFbxSDK/Box' },
{
path: 'fromFbxSDK/Humanoid',
args: [ '--no-khr-lights-punctual' ],
ignoredIssues: [ 'UNSUPPORTED_EXTENSION' ],
},
{
path: 'fromFbxSDK/Camera',
args: [ '--no-khr-lights-punctual' ],
ignoredIssues: [ 'UNSUPPORTED_EXTENSION' ],
},
{ path: 'fromFbxSDK/Normals' },
{ path: 'fromGltfSamples/BoxVertexColors/BoxVertexColors' },