summaryrefslogtreecommitdiff
path: root/TestApp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-19 05:17:37 +0100
committerTreeki <treeki@gmail.com>2011-03-19 05:17:37 +0100
commit6893a74fad0c58fceda13088bd5bd585950931b9 (patch)
tree055cc31703723c0f8c49121e8b1c532aaa46e6b4 /TestApp
parentb625da59b0bbe60a9380dbd00df1ae982e6b5a58 (diff)
downloadnw4rtools-6893a74fad0c58fceda13088bd5bd585950931b9.tar.gz
nw4rtools-6893a74fad0c58fceda13088bd5bd585950931b9.zip
support for .obj groups which use multiple materials ... but it's broken :(
Diffstat (limited to 'TestApp')
-rw-r--r--TestApp/Main.cs2
-rw-r--r--TestApp/TestApp.pidbbin4427 -> 4427 bytes
-rwxr-xr-xTestApp/bin/Debug/NW4RTools.dllbin237568 -> 237568 bytes
-rw-r--r--TestApp/bin/Debug/NW4RTools.dll.mdbbin114410 -> 114593 bytes
-rwxr-xr-xTestApp/bin/Debug/TestApp.exebin7680 -> 7680 bytes
-rw-r--r--TestApp/bin/Debug/TestApp.exe.mdbbin1300 -> 1300 bytes
6 files changed, 1 insertions, 1 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs
index 71b577b..4901ec4 100644
--- a/TestApp/Main.cs
+++ b/TestApp/Main.cs
@@ -33,7 +33,7 @@ namespace TestApp {
ResFile rf = new ResFile();
- ObjImporter.ImportModel(mdlPath, File.OpenText(mdlPath + "fullworld-Z6-fail.obj"), rf, resmdlname, ObjImporter.LightmapType.Map);
+ ObjImporter.ImportModel(mdlPath, File.OpenText(mdlPath + "fullworld-tree-fbx.obj"), rf, resmdlname, ObjImporter.LightmapType.Map);
File.WriteAllBytes(mdlPath + filename + ".brres", BrresWriter.WriteFile(rf));
diff --git a/TestApp/TestApp.pidb b/TestApp/TestApp.pidb
index af45428..5bfaccd 100644
--- a/TestApp/TestApp.pidb
+++ b/TestApp/TestApp.pidb
Binary files differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll
index 6cd7365..0f298cf 100755
--- a/TestApp/bin/Debug/NW4RTools.dll
+++ b/TestApp/bin/Debug/NW4RTools.dll
Binary files differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb
index 208c344..c7a54e3 100644
--- a/TestApp/bin/Debug/NW4RTools.dll.mdb
+++ b/TestApp/bin/Debug/NW4RTools.dll.mdb
Binary files differ
diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe
index ee143e2..637548b 100755
--- a/TestApp/bin/Debug/TestApp.exe
+++ b/TestApp/bin/Debug/TestApp.exe
Binary files differ
diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb
index b46c061..4b7be18 100644
--- a/TestApp/bin/Debug/TestApp.exe.mdb
+++ b/TestApp/bin/Debug/TestApp.exe.mdb
Binary files differ