From b0760b28807b31cc1403584265c07feb87ac4887 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 18 Feb 2011 03:28:31 +0100 Subject: some collada work, and an unfinished OGL renderer using OpenTK. huge commit --- TestApp/bin/Debug/NW4RTools.dll | Bin 166400 -> 173568 bytes TestApp/bin/Debug/NW4RTools.dll.mdb | Bin 90788 -> 93825 bytes TestApp/bin/Debug/OpenTK.dll | Bin 0 -> 2719744 bytes TestApp/bin/Debug/OpenTK.dll.config | 12 ++++++++++++ TestApp/bin/Debug/TestApp.exe | Bin 4608 -> 5632 bytes TestApp/bin/Debug/TestApp.exe.mdb | Bin 548 -> 992 bytes 6 files changed, 12 insertions(+) create mode 100644 TestApp/bin/Debug/OpenTK.dll create mode 100644 TestApp/bin/Debug/OpenTK.dll.config (limited to 'TestApp/bin/Debug') diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll index 91a4b75..dbcb459 100755 Binary files a/TestApp/bin/Debug/NW4RTools.dll and b/TestApp/bin/Debug/NW4RTools.dll differ diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb index 127ef0f..b67ce24 100644 Binary files a/TestApp/bin/Debug/NW4RTools.dll.mdb and b/TestApp/bin/Debug/NW4RTools.dll.mdb differ diff --git a/TestApp/bin/Debug/OpenTK.dll b/TestApp/bin/Debug/OpenTK.dll new file mode 100644 index 0000000..afff0dd Binary files /dev/null and b/TestApp/bin/Debug/OpenTK.dll differ diff --git a/TestApp/bin/Debug/OpenTK.dll.config b/TestApp/bin/Debug/OpenTK.dll.config new file mode 100644 index 0000000..99aef86 --- /dev/null +++ b/TestApp/bin/Debug/OpenTK.dll.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe index 1bce1bb..bafaf4c 100755 Binary files a/TestApp/bin/Debug/TestApp.exe and b/TestApp/bin/Debug/TestApp.exe differ diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb index 00eab08..3f3b216 100644 Binary files a/TestApp/bin/Debug/TestApp.exe.mdb and b/TestApp/bin/Debug/TestApp.exe.mdb differ -- cgit v1.2.3