Mercurial > jmeCapture
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:a92de00f0414 | 4:edaa7e7806e4 |
---|---|
4 import java.io.IOException; | 4 import java.io.IOException; |
5 | 5 |
6 import com.aurellem.capture.AVIVideoRecorder; | 6 import com.aurellem.capture.AVIVideoRecorder; |
7 import com.aurellem.capture.AbstractVideoRecorder; | 7 import com.aurellem.capture.AbstractVideoRecorder; |
8 import com.aurellem.capture.Capture; | 8 import com.aurellem.capture.Capture; |
9 import com.aurellem.capture.IsoTimer; | |
9 import com.jme3.app.SimpleApplication; | 10 import com.jme3.app.SimpleApplication; |
10 import com.jme3.material.Material; | 11 import com.jme3.material.Material; |
11 import com.jme3.math.ColorRGBA; | 12 import com.jme3.math.ColorRGBA; |
12 import com.jme3.math.Vector3f; | 13 import com.jme3.math.Vector3f; |
13 import com.jme3.renderer.ViewPort; | 14 import com.jme3.renderer.ViewPort; |
14 import com.jme3.scene.Geometry; | 15 import com.jme3.scene.Geometry; |
15 import com.jme3.scene.shape.Box; | 16 import com.jme3.scene.shape.Box; |
16 import com.jme3.system.IsoTimer; | |
17 | 17 |
18 /** Recording Video from an application suitable for upload to youtube.*/ | 18 /** Recording Video from an application suitable for upload to youtube.*/ |
19 public class HelloVideo extends SimpleApplication { | 19 public class HelloVideo extends SimpleApplication { |
20 | 20 |
21 /*File staticVideo = | 21 /*File staticVideo = |