Package org.jbox2d.testbed.tests

Examples of org.jbox2d.testbed.tests.TheoJansen


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

    // watching...
    model.addCategory("Collision Watching");
    model.addTest(new VaryingRestitution());
    model.addTest(new VaryingFrictionTest());
View Full Code Here


    model.addCategory("Featured");
    model.addTest(new DominoTest());
    model.addTest(new Car());
    model.addTest(new CompoundShapes());
    model.addTest(new BlobTest4());
    model.addTest(new TheoJansen());
   
    // watching...
    model.addCategory("Collision Watching");
    model.addTest(new VaryingRestitution());
    model.addTest(new VaryingFrictionTest());
View Full Code Here

TOP

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

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.