net.cscott.sdr.anim
Class JmeDemo
java.lang.Object
com.jme.app.AbstractGame
com.jme.app.FixedFramerateGame
net.cscott.sdr.anim.SdrBaseGame
net.cscott.sdr.anim.JmeDemo
public class JmeDemo
- extends SdrBaseGame
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmeDemo
public JmeDemo()
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()
Copyright (c) 2006 C. Scott Ananian