Browse Source

temporarily removed iridescence test models since they're still in development

Vicente Penades 3 years ago
parent
commit
f1646960be
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/SharpGLTF.NUnit/TestFiles.cs

+ 2 - 0
tests/SharpGLTF.NUnit/TestFiles.cs

@@ -282,6 +282,8 @@ namespace SharpGLTF
 
         public IEnumerable<string> GetPaths(params string[] basePath)
         {
+            if (Name.Contains("Iridescence")) yield break; // still under development
+
             var rootPath = System.IO.Path.Combine(basePath);
 
             foreach(var variant in Variants)