diff src/com/aurellem/capture/hello/HelloVideo.java @ 3:a92de00f0414

migrating files
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 11:55:55 -0700
parents 9c4438349e88
children edaa7e7806e4
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/hello/HelloVideo.java	Tue Oct 25 11:18:59 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/hello/HelloVideo.java	Tue Oct 25 11:55:55 2011 -0700
     1.3 @@ -3,10 +3,10 @@
     1.4  import java.io.File;
     1.5  import java.io.IOException;
     1.6  
     1.7 +import com.aurellem.capture.AVIVideoRecorder;
     1.8 +import com.aurellem.capture.AbstractVideoRecorder;
     1.9 +import com.aurellem.capture.Capture;
    1.10  import com.jme3.app.SimpleApplication;
    1.11 -import com.jme3.capture.AVIVideoRecorder;
    1.12 -import com.jme3.capture.AbstractVideoRecorder;
    1.13 -import com.jme3.capture.Capture;
    1.14  import com.jme3.material.Material;
    1.15  import com.jme3.math.ColorRGBA;
    1.16  import com.jme3.math.Vector3f;