org.odejava.test.simple
Class MultiGeomTest

java.lang.Object
  extended by org.odejava.test.simple.MultiGeomTest
All Implemented Interfaces:
Demonstration

public class MultiGeomTest
extends Object
implements Demonstration

Author:
William Denniss

Field Summary
static org.openmali.vecmath2.Vector3f gravity
           
 
Constructor Summary
MultiGeomTest()
           
 
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

MultiGeomTest

public MultiGeomTest()
              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