org.odejava.test.xode
Class NormalTest

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

public class NormalTest
extends Object
implements Demonstration

Author:
William Denniss

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

NormalTest

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