formatting issues

This commit is contained in:
Brian Matzon 2003-12-27 12:30:19 +00:00
parent 828f61a3aa
commit f359b78801
1 changed files with 376 additions and 378 deletions

View File

@ -9,8 +9,9 @@ import org.lwjgl.opengl.*;
import org.lwjgl.input.*;
/**
* $Id$<br>This test
* demonstrates OpenAL positioning Based on the example by Chad Armstrong
* $Id$
* <br>
* This test demonstrates OpenAL positioning Based on the example by Chad Armstrong
* (http://www.edenwaith.com/products/pige/tutorials/openal.php)
*
* @author Brian Matzon <brian@matzon.dk>
@ -226,12 +227,9 @@ public class PositionTest extends BasicTest {
+ listenerPosition.get(1)
+ ", "
+ listenerPosition.get(2));
Sys.log(
"Left position: " + leftPosition.get(0) + ", " + leftPosition.get(1) + ", " + leftPosition.get(2));
Sys.log(
"Center position: " + centerPosition.get(0) + ", " + centerPosition.get(1) + ", " + centerPosition.get(2));
Sys.log(
"Right position: " + rightPosition.get(0) + ", " + rightPosition.get(1) + ", " + rightPosition.get(2));
Sys.log("Left position: " + leftPosition.get(0) + ", " + leftPosition.get(1) + ", " + leftPosition.get(2));
Sys.log("Center position: " + centerPosition.get(0) + ", " + centerPosition.get(1) + ", " + centerPosition.get(2));
Sys.log("Right position: " + rightPosition.get(0) + ", " + rightPosition.get(1) + ", " + rightPosition.get(2));
while (!finished) {
// handle any input