This commit is contained in:
parent
77ee879a9f
commit
3151e11947
3 changed files with 40 additions and 36 deletions
|
|
@ -3,6 +3,7 @@ package sg.test;
|
|||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import com.jme.app.SimpleGame;
|
||||
import com.jmex.physics.DynamicPhysicsNode;
|
||||
import com.jmex.physics.StaticPhysicsNode;
|
||||
import com.jmex.physics.geometry.PhysicsBox;
|
||||
|
|
@ -25,6 +26,7 @@ public class PhysicsTest extends SimplePhysicsGame {
|
|||
public static void main( String[] args ) {
|
||||
Logger.getLogger( "" ).setLevel( Level.WARNING );
|
||||
PhysicsTest game = new PhysicsTest();
|
||||
game.setConfigShowMode(ConfigShowMode.AlwaysShow);
|
||||
game.start();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue