|
@@ -13,6 +13,14 @@ namespace SharpGLTF
|
|
|
public void SetUp()
|
|
public void SetUp()
|
|
|
{
|
|
{
|
|
|
Tiles3DExtensions.RegisterExtensions();
|
|
Tiles3DExtensions.RegisterExtensions();
|
|
|
|
|
+
|
|
|
|
|
+ var fileName = ResourceInfo.From("_");
|
|
|
|
|
+
|
|
|
|
|
+ foreach(var f in fileName.File.Directory.EnumerateFiles("*",System.IO.SearchOption.AllDirectories))
|
|
|
|
|
+ {
|
|
|
|
|
+ TestContext.WriteLine($"{f.Exists} {f.FullName}");
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Test files are from https://github.com/CesiumGS/3d-tiles-validator/tree/main/specs/data/gltfExtensions/
|
|
// Test files are from https://github.com/CesiumGS/3d-tiles-validator/tree/main/specs/data/gltfExtensions/
|