com.bulletphysics.demos.helloworld
Class HelloWorld

java.lang.Object
  extended by com.bulletphysics.demos.helloworld.HelloWorld

public class HelloWorld
extends java.lang.Object

This is a Hello World program for running a basic Bullet physics simulation. it is a direct translation of the C++ HelloWorld app.


Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] argv)