Package engine.utility

Examples of engine.utility.PhysicsDebug


            System.out.println("Now using anj's physics.");
        } else if (args[0].equals("dan")) {
            Physics.setPhysicsMode(new PhysicsDan());
            System.out.println("Now using dan's physics.");
        } else if (args[0].equals("debug")) {
            Physics.setPhysicsMode(new PhysicsDebug());
            System.out.println("Now using debug physics.");
        } else {
            System.out.println("Unknown argument.");
        }
    }
View Full Code Here

TOP

Related Classes of engine.utility.PhysicsDebug

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.