com.jme.app
Class SimplePassGame

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.BaseGame
          extended by com.jme.app.BaseSimpleGame
              extended by com.jme.app.SimplePassGame

public abstract class SimplePassGame
extends BaseSimpleGame

SimpleGame provides the simplest possible implementation of a main game loop. Interpolation is used between frames for varying framerates.

Version:
$Id: SimplePassGame.java,v 1.6 2007/10/24 15:09:33 nca Exp $
Author:
Joshua Slack, (javadoc by cep21)

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jme.app.AbstractGame
AbstractGame.ConfigShowMode
 
Constructor Summary
SimplePassGame()
           
 
Method Summary
 
Methods inherited from class com.jme.app.BaseGame
start
 
Methods inherited from class com.jme.app.AbstractGame
finish, getVersion, setConfigShowMode, setConfigShowMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePassGame

public SimplePassGame()