changeset 55:b05f629fc296

add contact info
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 19:18:38 -0600
parents 6484a820e27d
children afc437f637bd
files src/com/aurellem/capture/Capture.java
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/Capture.java	Sat Dec 03 19:15:43 2011 -0600
     1.2 +++ b/src/com/aurellem/capture/Capture.java	Sat Dec 03 19:18:38 2011 -0600
     1.3 @@ -23,8 +23,11 @@
     1.4   * 
     1.5   * 1.) Set your application's timer to an IsoTimer. Create the IsoTimer with the desired video
     1.6   *     frames-per-second.
     1.7 - * 2.) Call captureAudio and/or captureVideo on the Application as desired.
     1.8 - *
     1.9 + * 2.) Call captureAudio and/or captureVideo on the Application as desired before starting the Application.
    1.10 + * 
    1.11 + * See the Basic and Advanced demos in the examples section for more information.  If you have any trouble, 
    1.12 + * please PM me on the jMonkeyEngine forums.  My username is bortreb.
    1.13 + * 
    1.14   * @author Robert McIntyre
    1.15   */
    1.16