]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/forestpond/data/exported/Water.mesh
Begin creating a new demo program
[libs/gl.git] / demos / forestpond / data / exported / Water.mesh
diff --git a/demos/forestpond/data/exported/Water.mesh b/demos/forestpond/data/exported/Water.mesh
new file mode 100644 (file)
index 0000000..a2ad79e
--- /dev/null
@@ -0,0 +1,17 @@
+winding COUNTERCLOCKWISE;
+vertices VERTEX3_FLOAT TEXCOORD2_USHORT NORMAL3_BYTE PADDING1_UBYTE
+{
+       normal 0.00000 0.00000 1.00000;
+       texcoord 1.00000 0.00000;
+       vertex 2.00000 -3.00000 0.00000;
+       texcoord 1.00000 1.00000;
+       vertex 2.00000 6.00000 0.00000;
+       texcoord 0.00000 0.00000;
+       vertex -10.0000 -3.00000 0.00000;
+       texcoord 0.00000 1.00000;
+       vertex -10.0000 6.00000 0.00000;
+};
+batch TRIANGLE_STRIP
+{
+       indices 0 1 2 3;
+};