]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/data/exported/Flare.mesh
Add a moving point light to the night phase of desertpillars
[libs/gl.git] / demos / desertpillars / data / exported / Flare.mesh
diff --git a/demos/desertpillars/data/exported/Flare.mesh b/demos/desertpillars/data/exported/Flare.mesh
new file mode 100644 (file)
index 0000000..b77a058
--- /dev/null
@@ -0,0 +1,16 @@
+vertices NORMAL3_BYTE TEXCOORD2_USHORT VERTEX3_FLOAT
+{
+       normal 0.00000 0.00000 1.00000;
+       texcoord 1.00000 0.00000;
+       vertex 0.150000 -0.150000 0.00000;
+       texcoord 1.00000 1.00000;
+       vertex 0.150000 0.150000 0.00000;
+       texcoord 0.00000 0.00000;
+       vertex -0.150000 -0.150000 0.00000;
+       texcoord 0.00000 1.00000;
+       vertex -0.150000 0.150000 0.00000;
+};
+batch TRIANGLE_STRIP
+{
+       indices 0 1 2 3;
+};