org.odejava.test.xode
Class XODEExample

java.lang.Object
  extended by org.odejava.test.xode.XODEExample
All Implemented Interfaces:
Demonstration

public class XODEExample
extends Object
implements Demonstration


Field Summary
static org.openmali.vecmath2.Vector3f gravity
           
 
Constructor Summary
XODEExample()
           
 
Method Summary
 List<Geom> getGeoms()
          Returns registered geoms
static void main(String[] args)
           
 void step()
          Steps the world
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gravity

public static final org.openmali.vecmath2.Vector3f gravity
Constructor Detail

XODEExample

public XODEExample()
            throws Exception
Throws:
Exception
Method Detail

step

public void step()
Description copied from interface: Demonstration
Steps the world

Specified by:
step in interface Demonstration

getGeoms

public List<Geom> getGeoms()
Description copied from interface: Demonstration
Returns registered geoms

Specified by:
getGeoms in interface Demonstration

main

public static final void main(String[] args)
                       throws Exception
Throws:
Exception