net.cscott.sdr.anim
Class SdrGame
java.lang.Object
com.jme.app.AbstractGame
com.jme.app.FixedFramerateGame
net.cscott.sdr.anim.SdrBaseGame
net.cscott.sdr.anim.SdrGame
Deprecated. This was the original implementation; replaced by Game
.
public class SdrGame
- extends SdrBaseGame
Constructor Summary |
SdrGame()
Deprecated. |
Method Summary |
void |
onCamera()
Deprecated. This method is called whenever the camera is moved. |
protected void |
sdrInitGame()
Deprecated. builds the trimesh. |
protected void |
sdrUpdate()
Deprecated. Defined in subclasses for custom updating. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SdrGame
public SdrGame()
- Deprecated.
onCamera
public void onCamera()
- Deprecated.
- Description copied from class:
SdrBaseGame
- This method is called whenever the camera is moved.
- Overrides:
onCamera
in class SdrBaseGame
sdrUpdate
protected void sdrUpdate()
- Deprecated.
- Description copied from class:
SdrBaseGame
- Defined in subclasses for custom updating.
- Overrides:
sdrUpdate
in class SdrBaseGame
sdrInitGame
protected void sdrInitGame()
- Deprecated.
- builds the trimesh.
- Specified by:
sdrInitGame
in class SdrBaseGame
- See Also:
SdrBaseGame.initGame()
Copyright © 2006-2009 C. Scott Ananian