j3d.killTheStudent
Class TheGun
java.lang.Object
   j3d.killTheStudent.TheGun
j3d.killTheStudent.TheGun
- public class TheGun 
- extends java.lang.Object
 
| 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 | 
 
TheGun
public TheGun()
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()
-