summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson5.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/devmaster/lesson5.html')
-rw-r--r--www/devmaster/lesson5.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/devmaster/lesson5.html b/www/devmaster/lesson5.html
index 9d65a0f..dbd582c 100644
--- a/www/devmaster/lesson5.html
+++ b/www/devmaster/lesson5.html
@@ -25,7 +25,11 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br>
Goldberg </a></p>
<p><a href="../../../deployment/jogamp-current/joal-demos/jnlp-files/joal-lesson5.jnlp">Launch the Demo via Java Web Start</a></p>
+<p align="justify">This is a translation of <a href="http://devmaster.net/posts/2892/openal-lesson-5-sources-sharing-buffers">
+OpenAL Lesson 5: Sources Sharing Buffers</a>
+tutorial from <a href="http://devmaster.net/">DevMaster.net</a> to JOAL.
+</p>
<p align="justify">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