diff options
author | Xerxes Rånby <[email protected]> | 2013-07-05 19:29:45 +0200 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2013-07-05 19:29:45 +0200 |
commit | ec096f5131f084477931c9e3507d2d4da392d243 (patch) | |
tree | 46ea31ebfedaa13a5c06647d7fc6a0607ad2e8f4 /www/devmaster/lesson3.html | |
parent | 2c621756ec89449f3e469cddf9341d814a59f0a5 (diff) |
www/devmaster/lesson*.html: Fix links to original DevMaster.net articles.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'www/devmaster/lesson3.html')
-rw-r--r-- | www/devmaster/lesson3.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/devmaster/lesson3.html b/www/devmaster/lesson3.html index 0825799..a308680 100644 --- a/www/devmaster/lesson3.html +++ b/www/devmaster/lesson3.html @@ -25,7 +25,11 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> Adapted for Java by: <a href="mailto:[email protected]">Athomas Goldberg</a></p> <p><a href="../../../deployment/jogamp-current/joal-demos/jnlp-files/joal-lesson3.jnlp">Launch the Demo via Java Web Start</a></p> +<p align="justify">This is a translation of <a href="http://devmaster.net/posts/2890/openal-lesson-3-multiple-sources"> +OpenAL Lesson 3: Multiple Sources</a> +tutorial from <a href="http://devmaster.net/">DevMaster.net</a> to JOAL. +</p> <p align="justify">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 |