Package org.jbox2d.testbed.tests

Examples of org.jbox2d.testbed.tests.DominoTest


  public static void populateModel(TestbedModel model) {

    model.addCategory("Featured");
    model.addTest(new Car());
    model.addTest(new DominoTest());
    model.addTest(new CompoundShapes());
    model.addTest(new BlobTest4());
    model.addTest(new TheoJansen());

    // watching...
View Full Code Here


    model.addTest(new LiquidTimer());
    model.addTest(new WaveMachine());
    model.addTest(new Particles());
   
    model.addCategory("Featured");
    model.addTest(new DominoTest());
    model.addTest(new Car());
    model.addTest(new CompoundShapes());
    model.addTest(new BlobTest4());
    model.addTest(new TheoJansen());
   
View Full Code Here

TOP

Related Classes of org.jbox2d.testbed.tests.DominoTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.