From a82cd653bf481f2cec821a5967f253e6cd0017d0 Mon Sep 17 00:00:00 2001
From: athomas Single Static
Source from DevMaster.net
Lesson 1
- Adapted for Java by: Athomas Goldberg
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 @@ -60,7 +61,7 @@ with it. But before we do that we have to learn the basics.
import net.java.games.joal.util.*; import java.io.*; import java.nio.ByteBuffer; -public class SimpleStaticSound { +public class SingleStaticSource { static AL al = ALFactory.getAL(); @@ -254,5 +255,7 @@ 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 all rights + reserved.