Mercurial > jmeCapture
comparison src/com/aurellem/capture/hello/HelloVideo.java @ 12:d10f4d4ff15a
going to improve documentation
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 27 Oct 2011 21:07:50 -0700 |
parents | 4c5fc53778c1 |
children |
comparison
equal
deleted
inserted
replaced
11:8a6b1684f536 | 12:d10f4d4ff15a |
---|---|
46 this.viewPort.attachScene(this.guiNode); | 46 this.viewPort.attachScene(this.guiNode); |
47 | 47 |
48 }catch (IOException e) { | 48 }catch (IOException e) { |
49 e.printStackTrace();} | 49 e.printStackTrace();} |
50 */ | 50 */ |
51 try {Capture.SimpleCaptureVideo(this, movingVideo);} | 51 try {Capture.captureVideo(this, movingVideo);} |
52 catch (IOException e) {e.printStackTrace();} | 52 catch (IOException e) {e.printStackTrace();} |
53 | 53 |
54 } | 54 } |
55 protected Geometry player; | 55 protected Geometry player; |
56 | 56 |