j3d.killTheStudent
Class TheGun

java.lang.Object
  extended by j3d.killTheStudent.TheGun

public class TheGun
extends java.lang.Object


Constructor Summary
TheGun()
           
 
Method Summary
static javax.media.j3d.BranchGroup aim()
           
static javax.media.j3d.BranchGroup buildGun(DoomKeyboard doomKeyboard)
           
static com.sun.j3d.utils.universe.PlatformGeometry buildGunPlatform()
           
static javax.media.j3d.BranchGroup bullet()
           
static com.sun.j3d.utils.geometry.Sphere getBulletBall()
           
static javax.media.j3d.TransformGroup getGunXfmGrp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheGun

public TheGun()
Method Detail

buildGunPlatform

public static com.sun.j3d.utils.universe.PlatformGeometry buildGunPlatform()

buildGun

public static javax.media.j3d.BranchGroup buildGun(DoomKeyboard doomKeyboard)

getBulletBall

public static com.sun.j3d.utils.geometry.Sphere getBulletBall()

aim

public static javax.media.j3d.BranchGroup aim()

bullet

public static javax.media.j3d.BranchGroup bullet()

getGunXfmGrp

public static javax.media.j3d.TransformGroup getGunXfmGrp()