Mercurial > jmeCapture
comparison 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 |
comparison
equal
deleted
inserted
replaced
52:d799a0278cc9 | 53:3dc1f15e1e13 |
---|---|
14 import com.jme3.audio.AudioRenderer; | 14 import com.jme3.audio.AudioRenderer; |
15 import com.jme3.renderer.ViewPort; | 15 import com.jme3.renderer.ViewPort; |
16 import com.jme3.scene.Spatial; | 16 import com.jme3.scene.Spatial; |
17 import com.jme3.system.AppSettings; | 17 import com.jme3.system.AppSettings; |
18 import com.jme3.system.JmeSystem; | 18 import com.jme3.system.JmeSystem; |
19 | |
20 /** | |
21 * | |
22 * @author Robert McIntyre | |
23 * | |
24 */ | |
19 | 25 |
20 public class Capture { | 26 public class Capture { |
21 | 27 |
22 public static void captureVideo(final Application app, final File file) throws IOException{ | 28 public static void captureVideo(final Application app, final File file) throws IOException{ |
23 | 29 |