Explorar o código

Test suite
- regression file for LWO
- Additional shaders for Q3 MD3 files

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@348 67173fc5-114c-0410-ac8e-9d2fd5bffc1f

aramis_acg %!s(int64=16) %!d(string=hai) anos
pai
achega
ca337852bf

+ 2 - 0
test/models/LWO/LWO2/uvtest-source.txt

@@ -0,0 +1,2 @@
+Regression file.
+by Tom Speed, see http://groups.google.com/group/bmx3d/browse_thread/thread/36db3b191f81be36

BIN=BIN
test/models/LWO/LWO2/uvtest.lwo


BIN=BIN
test/models/LWO/LWO2/uvtest.png


+ 0 - 0
test/models/MD3/euro_frnt_2.tga → test/models/MD3/q3root/models/mapobjects/kt_kubalwagon/euro_frnt_2.tga


+ 0 - 0
test/models/MD3/european_fnt.tga → test/models/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt.tga


+ 0 - 0
test/models/MD3/european_fnt_v2.md3 → test/models/MD3/q3root/models/mapobjects/kt_kubalwagon/european_fnt_v2.md3


+ 0 - 0
test/models/MD3/readme_kubalwagon.txt → test/models/MD3/q3root/models/mapobjects/kt_kubalwagon/readme_kubalwagon.txt


+ 36 - 0
test/models/MD3/q3root/scripts/kt_kubalwagon.shader

@@ -0,0 +1,36 @@
+//KubalWagon - texture 'culled' so the mudguard and Steering wheel
+//have a visible underside
+
+// --- modified textures so now only applied to smaller tga --- //
+
+models/mapobjects/kt_kubalwagon/euro_frnt_2
+{
+    	cull disable
+//	surfaceparm playerclip
+    
+        {
+                map models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
+                alphaFunc GE128
+		depthWrite
+		rgbGen vertex
+        }
+
+
+}
+
+// --- ORIGINAL SCRIPT --- //
+
+//models/mapobjects/kt_kubalwagon/european_fnt
+//{
+//    	cull disable
+//	surfaceparm playerclip
+//    
+//        {
+//                map models/mapobjects/kt_kubalwagon/european_fnt.tga
+//                alphaFunc GE128
+//		depthWrite
+//		rgbGen vertex
+//        }
+//
+//
+//}