added tester
This commit is contained in:
11
BlendFileTester/Program.cs
Normal file
11
BlendFileTester/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using BlendFile;
|
||||
|
||||
var reader = new Reader("cube.blend");
|
||||
reader.Read();
|
||||
|
||||
foreach (var obj in reader.Objects)
|
||||
{
|
||||
Console.WriteLine(obj.GetType());
|
||||
Console.WriteLine(obj.ToString());
|
||||
}
|
||||
BIN
BlendFileTester/cube.blend
Normal file
BIN
BlendFileTester/cube.blend
Normal file
Binary file not shown.
Reference in New Issue
Block a user