org.odejava.test.xode
Class NormalTest
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gravity
public static final org.openmali.vecmath2.Vector3f gravity
NormalTest
public NormalTest()
throws Exception
- Throws:
Exception
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