Project

General

Profile

« Previous | Next » 

Revision 9f28e9b6

Added by Leszek Koltunski over 3 years ago

Progress with the Dino.

View differences:

src/main/java/org/distorted/library/mesh/MeshBase.java
723 723
         String name = "/sdcard/"+mNumVertices+".dmesh";
724 724
         DataOutputStream dos = new DataOutputStream(new FileOutputStream(name));
725 725
         write(dos);
726
         android.util.Log.e("mesh", "file wrritten: "+name);
726
         android.util.Log.e("mesh", "file written: "+name);
727 727
         }
728 728
       catch(FileNotFoundException ex)
729 729
         {

Also available in: Unified diff