From cbd4d31faa20a1ec4e718814a67be6517a5dba61 Mon Sep 17 00:00:00 2001 From: kbr Date: Thu, 31 Aug 2006 02:06:53 +0000 Subject: Added Java Web Start launch links to various demos and removed links to source code and build scripts since they're all in the joal-demos workspace git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@51 235fdd13-0e8c-4fed-b5ee-0a390d04b286 --- www/devmaster/lesson1.html | 4 ++-- www/devmaster/lesson2.html | 5 +++-- www/devmaster/lesson3.html | 5 +++-- www/devmaster/lesson5.html | 4 +++- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/www/devmaster/lesson1.html b/www/devmaster/lesson1.html index 0c4172b..e3be401 100644 --- a/www/devmaster/lesson1.html +++ b/www/devmaster/lesson1.html @@ -39,6 +39,8 @@ Source
Adapted for Java by: Athomas Goldberg

+

Launch the Demo via Java Web Start

+

Welcome to the exciting world of OpenAL! OpenAL is still in a stage of growth, and even though there is an ever larger following to the API it still hasn't reached it's full potential. One of the big reasons for @@ -273,8 +275,6 @@ and finally we set our exit procedure.

made simple enough for you. It may have been a little too simple for the 1337 h4X0r, but we all got to start somewhere. Things will get more advanced as we go along.

-

Download - the Java Source and Ant Build File

© 2003 DevMaster.net. diff --git a/www/devmaster/lesson2.html b/www/devmaster/lesson2.html index a5581f6..089205d 100644 --- a/www/devmaster/lesson2.html +++ b/www/devmaster/lesson2.html @@ -38,6 +38,9 @@ Fade-away
Maurais
Adapted for Java By: Athomas Goldberg

+ +

Launch the Demo via Java Web Start

+

Hope you found the last tutorial of some use. I know I did. This will be a real quick and easy tutorial. It won't get too much more complicated at this point.

@@ -158,8 +161,6 @@ real quick and easy tutorial. It won't get too much more complicated at this poi
   which gives us a tick count. It shouldn't be necessary to change this, but if 
   the audio clip fades too fast you might want to change 100 to some higher number. 
 

-

Download the Java - Source and Ant Build file.

© 2003 DevMaster.net. diff --git a/www/devmaster/lesson3.html b/www/devmaster/lesson3.html index f5eb9d3..05f0a5d 100644 --- a/www/devmaster/lesson3.html +++ b/www/devmaster/lesson3.html @@ -34,6 +34,9 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.

+ +

Launch the Demo via Java Web Start

+

Hello. It's been a while since my last tutorial. But better late than never I guess. Since I'm sure your all impatient to read the latest tutorial, I'll just jump right into it. What we hope to accomplish with this @@ -282,8 +285,6 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.
an extensive knowledge base) drop me a line at lightonthewater@hotmail.com I plan to do tutorials on sharing buffers and the Doppler effect in some later tutorial unless there is request for something else. Have fun with the code!

-

Download the Java - source and Ant build file

© 2003 DevMaster.net. diff --git a/www/devmaster/lesson5.html b/www/devmaster/lesson5.html index 086b9ef..66c3524 100644 --- a/www/devmaster/lesson5.html +++ b/www/devmaster/lesson5.html @@ -35,6 +35,9 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.
Maurais
Adapted For Java By: Athomas Goldberg

+ +

Launch the Demo via Java Web Start

+

At this point in the OpenAL series I will show one method of having your buffers be shared among many sources. This is a very logical and natural step, and it is so easy that some of you may have already done this @@ -264,7 +267,6 @@ Vector sources = new Vector(); have them loop. However this would require GUI routines that go beyond the scope of the tutorial. A full featured "Weathering Engine" would be a nifty program to make though. ;)

-

Download the Java Files and Ant build script

© 2003 DevMaster.net. -- cgit v1.2.3