com.jme.app
Class BaseSimpleGame

java.lang.Object
  extended by com.jme.app.AbstractGame
      extended by com.jme.app.BaseGame
          extended by com.jme.app.BaseSimpleGame
Direct Known Subclasses:
SimpleGame, SimplePassGame

public abstract class BaseSimpleGame
extends BaseGame

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

Version:
$Id: BaseSimpleGame.java,v 1.28 2007/09/21 15:45: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
BaseSimpleGame()
           
 
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

BaseSimpleGame

public BaseSimpleGame()