diff src/com/aurellem/capture/hello/HelloVideo.java @ 4:edaa7e7806e4

migrated IsoTimer
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 12:03:01 -0700
parents a92de00f0414
children 5dfc9e768816
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/hello/HelloVideo.java	Tue Oct 25 11:55:55 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/hello/HelloVideo.java	Tue Oct 25 12:03:01 2011 -0700
     1.3 @@ -6,6 +6,7 @@
     1.4  import com.aurellem.capture.AVIVideoRecorder;
     1.5  import com.aurellem.capture.AbstractVideoRecorder;
     1.6  import com.aurellem.capture.Capture;
     1.7 +import com.aurellem.capture.IsoTimer;
     1.8  import com.jme3.app.SimpleApplication;
     1.9  import com.jme3.material.Material;
    1.10  import com.jme3.math.ColorRGBA;
    1.11 @@ -13,7 +14,6 @@
    1.12  import com.jme3.renderer.ViewPort;
    1.13  import com.jme3.scene.Geometry;
    1.14  import com.jme3.scene.shape.Box;
    1.15 -import com.jme3.system.IsoTimer;
    1.16  
    1.17  /** Recording Video from an application suitable for upload to youtube.*/
    1.18  public class HelloVideo extends SimpleApplication {