Package org.jbox2d.testbed.tests

Examples of org.jbox2d.testbed.tests.Breakable


    model.addTest(new DominoTower());

    // more interactive..
    model.addCategory("Interactive");
    model.addTest(new VerticalStack());
    model.addTest(new Breakable());
    model.addTest(new ShapeEditing());
    model.addTest(new OneSidedTest());
    model.addTest(new PolyShapes());
    model.addTest(new BodyTypes());
    model.addTest(new CharacterCollision());
View Full Code Here


    model.addTest(new DominoTower());

    // more interactive..
    model.addCategory("Interactive");
    model.addTest(new VerticalStack());
    model.addTest(new Breakable());
    model.addTest(new ShapeEditing());
    model.addTest(new OneSidedTest());
    model.addTest(new PolyShapes());
    model.addTest(new BodyTypes());
    model.addTest(new CharacterCollision());
View Full Code Here

TOP

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

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.