sdr 0.7

net.cscott.sdr.anim
Class SdrGame

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.FixedFramerateGame
          extended by net.cscott.sdr.anim.SdrBaseGame
              extended by net.cscott.sdr.anim.SdrGame

Deprecated. This was the original implementation; replaced by Game.

public class SdrGame
extends SdrBaseGame


Field Summary
 
Fields inherited from class net.cscott.sdr.anim.SdrBaseGame
cam, input, lightState, rootNode, showBounds, showDepth, showNormals, timer, wireState
 
Fields inherited from class com.jme.app.AbstractGame
ALWAYS_SHOW_PROPS_DIALOG, display, finished, FIRSTRUN_OR_NOCONFIGFILE_SHOW_PROPS_DIALOG, NEVER_SHOW_PROPS_DIALOG, properties
 
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 net.cscott.sdr.anim.SdrBaseGame
cleanup, doDebug, initGame, initSystem, quit, reinit, render, sdrRender, update
 
Methods inherited from class com.jme.app.FixedFramerateGame
getFramesPerSecond, setFrameRate, start
 
Methods inherited from class com.jme.app.AbstractGame
assertDisplayCreated, finish, getAttributes, getVersion, setDialogBehaviour, setDialogBehaviour, setDialogBehaviour
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SdrGame

public SdrGame()
Deprecated. 
Method Detail

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()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian