sdr 0.7

net.cscott.sdr.anim
Class JmeDemo

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.JmeDemo

public class JmeDemo
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
JmeDemo()
           
 
Method Summary
static void main(String[] args)
          Entry point for the test,
protected  void sdrInitGame()
          builds the trimesh.
protected  void sdrUpdate()
          Defined in subclasses for custom updating.
 
Methods inherited from class net.cscott.sdr.anim.SdrBaseGame
cleanup, doDebug, initGame, initSystem, onCamera, 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

JmeDemo

public JmeDemo()
Method Detail

main

public static void main(String[] args)
Entry point for the test,

Parameters:
args -

sdrUpdate

protected void sdrUpdate()
Description copied from class: SdrBaseGame
Defined in subclasses for custom updating.

Overrides:
sdrUpdate in class SdrBaseGame

sdrInitGame

protected void sdrInitGame()
builds the trimesh.

Specified by:
sdrInitGame in class SdrBaseGame
See Also:
SdrBaseGame.initGame()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian