diff options
author | Treeki <treeki@gmail.com> | 2011-02-12 15:00:44 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-12 15:00:44 +0100 |
commit | 8b48608d45c8266b765e8ee29e612fb18376aa65 (patch) | |
tree | dabb0546d053586e7c022de8b481c79d892857f8 /TestApp | |
parent | cd9ce0418bf8e36e39e71757c8ef74fa4a163ab3 (diff) | |
download | nw4rtools-8b48608d45c8266b765e8ee29e612fb18376aa65.tar.gz nw4rtools-8b48608d45c8266b765e8ee29e612fb18376aa65.zip |
fixed W7 (missing vtxclr/nrm/texcoord dicts now supported) and the matrix code
Diffstat (limited to 'TestApp')
-rw-r--r-- | TestApp/Main.cs | 2 | ||||
-rwxr-xr-x | TestApp/bin/Debug/NW4RTools.dll | bin | 158720 -> 159232 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/NW4RTools.dll.mdb | bin | 87798 -> 87942 bytes | |||
-rwxr-xr-x | TestApp/bin/Debug/TestApp.exe | bin | 4096 -> 4096 bytes | |||
-rw-r--r-- | TestApp/bin/Debug/TestApp.exe.mdb | bin | 479 -> 479 bytes |
5 files changed, 0 insertions, 2 deletions
diff --git a/TestApp/Main.cs b/TestApp/Main.cs index 1196f08..afe6dda 100644 --- a/TestApp/Main.cs +++ b/TestApp/Main.cs @@ -7,8 +7,6 @@ namespace TestApp { public static void Main(string[] args) { string mdlPath = "/home/me/Games/Newer/ModelRev/"; - // NOTE: CS_W7 is broken!! - string mdlName = "CS_W7"; //string mdlName = "bgB_4502"; diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll Binary files differindex 1b431d2..611af6c 100755 --- a/TestApp/bin/Debug/NW4RTools.dll +++ b/TestApp/bin/Debug/NW4RTools.dll diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb Binary files differindex d635b92..a9dff6f 100644 --- a/TestApp/bin/Debug/NW4RTools.dll.mdb +++ b/TestApp/bin/Debug/NW4RTools.dll.mdb diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe Binary files differindex 7dc9d18..5845276 100755 --- a/TestApp/bin/Debug/TestApp.exe +++ b/TestApp/bin/Debug/TestApp.exe diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb Binary files differindex 1e26877..a86d949 100644 --- a/TestApp/bin/Debug/TestApp.exe.mdb +++ b/TestApp/bin/Debug/TestApp.exe.mdb |