diff src/com/aurellem/capture/Capture.java @ 53:3dc1f15e1e13

going to write main documentation
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 13:54:47 -0600
parents 121b6d7e4d3f
children 6484a820e27d
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/Capture.java	Sat Dec 03 13:51:28 2011 -0600
     1.2 +++ b/src/com/aurellem/capture/Capture.java	Sat Dec 03 13:54:47 2011 -0600
     1.3 @@ -17,6 +17,12 @@
     1.4  import com.jme3.system.AppSettings;
     1.5  import com.jme3.system.JmeSystem;
     1.6  
     1.7 +/**
     1.8 + * 
     1.9 + * @author Robert McIntyre
    1.10 + *
    1.11 + */
    1.12 +
    1.13  public class Capture {
    1.14  
    1.15  	public static void captureVideo(final Application app, final File file) throws IOException{