Examples of DominoTest


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

Examples of org.jbox2d.testbed.tests.DominoTest

    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
Copyright © 2018 www.massapi.com. 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.