added camera and removed old sound dident work whit the sound system. There is one problem whit the sound system its to quiet

This commit is contained in:
Ziver Koc 2007-03-27 22:51:23 +00:00
parent 28c3cd0529
commit 448fca2fdf
19 changed files with 833 additions and 36 deletions

View file

@ -115,7 +115,7 @@ public abstract class Entity {
*/
protected void setTranslationGL(){
// translate to the right location and prepare to draw
GL11.glTranslatef(location.getX(), location.getY(), 0);
GL11.glTranslatef(location.getX(), location.getY(), location.getZ());
}
/**