Searched refs:bulletAppState (Results 1 - 25 of 32) sorted by relevance

12

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestCollisionListener.java51 private BulletAppState bulletAppState; field in class:TestCollisionListener
62 bulletAppState = new BulletAppState();
63 stateManager.attach(bulletAppState);
64 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
69 PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace());
70 PhysicsTestHelper.createBallShooter(this, rootNode, bulletAppState.getPhysicsSpace());
77 return bulletAppState.getPhysicsSpace();
H A DTestCollisionGroups.java53 private BulletAppState bulletAppState; field in class:TestCollisionGroups
62 bulletAppState = new BulletAppState();
63 stateManager.attach(bulletAppState);
64 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
95 return bulletAppState.getPhysicsSpace();
H A DTestGhostObject.java53 private BulletAppState bulletAppState; field in class:TestGhostObject
63 bulletAppState = new BulletAppState();
64 stateManager.attach(bulletAppState);
65 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
101 return bulletAppState.getPhysicsSpace();
H A DTestKinematicAddToPhysicsSpaceIssue.java29 BulletAppState bulletAppState; field in class:TestKinematicAddToPhysicsSpaceIssue
34 bulletAppState = new BulletAppState();
35 stateManager.attach(bulletAppState);
36 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
78 return bulletAppState.getPhysicsSpace();
H A DTestLocalPhysics.java51 private BulletAppState bulletAppState; field in class:TestLocalPhysics
60 bulletAppState = new BulletAppState();
61 stateManager.attach(bulletAppState);
62 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
120 return bulletAppState.getPhysicsSpace();
H A DTestPhysicsHingeJoint.java48 private BulletAppState bulletAppState; field in class:TestPhysicsHingeJoint
77 bulletAppState = new BulletAppState();
78 stateManager.attach(bulletAppState);
79 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
85 return bulletAppState.getPhysicsSpace();
H A DTestSimplePhysics.java51 private BulletAppState bulletAppState; field in class:TestSimplePhysics
60 bulletAppState = new BulletAppState();
61 stateManager.attach(bulletAppState);
62 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
109 return bulletAppState.getPhysicsSpace();
H A DTestAttachGhostObject.java60 private BulletAppState bulletAppState; field in class:TestAttachGhostObject
86 bulletAppState = new BulletAppState();
87 stateManager.attach(bulletAppState);
88 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
94 return bulletAppState.getPhysicsSpace();
H A DTestCcd.java65 private BulletAppState bulletAppState; field in class:TestCcd
81 bulletAppState = new BulletAppState();
82 stateManager.attach(bulletAppState);
83 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
115 return bulletAppState.getPhysicsSpace();
H A DTestCollisionShapeFactory.java56 private BulletAppState bulletAppState; field in class:TestCollisionShapeFactory
68 bulletAppState = new BulletAppState();
69 stateManager.attach(bulletAppState);
70 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
135 return bulletAppState.getPhysicsSpace();
H A DTestPhysicsReadWrite.java61 private BulletAppState bulletAppState; field in class:TestPhysicsReadWrite
70 bulletAppState = new BulletAppState();
71 stateManager.attach(bulletAppState);
72 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
140 return bulletAppState.getPhysicsSpace();
H A DTestQ3.java57 private BulletAppState bulletAppState; field in class:TestQ3
74 bulletAppState = new BulletAppState();
75 stateManager.attach(bulletAppState);
120 return bulletAppState.getPhysicsSpace();
H A DTestPhysicsCar.java55 private BulletAppState bulletAppState; field in class:TestPhysicsCar
70 bulletAppState = new BulletAppState();
71 stateManager.attach(bulletAppState);
72 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
73 PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace());
79 return bulletAppState.getPhysicsSpace();
H A DTestRagDoll.java25 private BulletAppState bulletAppState = new BulletAppState(); field in class:TestRagDoll
38 bulletAppState = new BulletAppState();
39 stateManager.attach(bulletAppState);
40 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
43 PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace());
86 bulletAppState.getPhysicsSpace().addAll(ragDoll);
H A DTestRagdollCharacter.java63 BulletAppState bulletAppState; field in class:TestRagdollCharacter
79 bulletAppState = new BulletAppState();
80 bulletAppState.setEnabled(true);
81 stateManager.attach(bulletAppState);
84 // bulletAppState.getPhysicsSpace().enableDebug(assetManager);
85 PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace());
120 return bulletAppState.getPhysicsSpace();
H A DTestBrickTower.java86 private BulletAppState bulletAppState; field in class:TestBrickTower
95 bulletAppState = new BulletAppState();
96 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
97 // bulletAppState.setEnabled(false);
98 stateManager.attach(bulletAppState);
105 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
126 return bulletAppState.getPhysicsSpace();
H A DTestBrickWall.java76 private BulletAppState bulletAppState; field in class:TestBrickWall
86 bulletAppState = new BulletAppState();
87 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
88 stateManager.attach(bulletAppState);
115 return bulletAppState.getPhysicsSpace();
H A DTestPhysicsCharacter.java50 private BulletAppState bulletAppState; field in class:TestPhysicsCharacter
97 bulletAppState = new BulletAppState();
98 stateManager.attach(bulletAppState);
101 PhysicsTestHelper.createPhysicsTestWorldSoccer(rootNode, assetManager, bulletAppState.getPhysicsSpace());
200 return bulletAppState.getPhysicsSpace();
H A DTestBoneRagdoll.java70 private BulletAppState bulletAppState; field in class:TestBoneRagdoll
93 bulletAppState = new BulletAppState();
94 bulletAppState.setEnabled(true);
95 stateManager.attach(bulletAppState);
100 // bulletAppState.getPhysicsSpace().enableDebug(assetManager);
101 PhysicsTestHelper.createPhysicsTestWorld(rootNode, assetManager, bulletAppState.getPhysicsSpace());
233 return bulletAppState.getPhysicsSpace();
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloCollision.java62 private BulletAppState bulletAppState; field in class:HelloCollision
75 bulletAppState = new BulletAppState();
76 stateManager.attach(bulletAppState);
77 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
112 bulletAppState.getPhysicsSpace().add(landscape);
113 bulletAppState.getPhysicsSpace().add(player);
H A DHelloPhysics.java65 private BulletAppState bulletAppState; field in class:HelloPhysics
100 bulletAppState = new BulletAppState();
101 stateManager.attach(bulletAppState);
102 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
164 bulletAppState.getPhysicsSpace().add(floor_phy);
194 bulletAppState.getPhysicsSpace().add(brick_phy);
211 bulletAppState.getPhysicsSpace().add(ball_phy);
H A DHelloTerrainCollision.java66 private BulletAppState bulletAppState; field in class:HelloTerrainCollision
82 bulletAppState = new BulletAppState();
83 stateManager.attach(bulletAppState);
84 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
169 bulletAppState.getPhysicsSpace().add(terrain);
170 bulletAppState.getPhysicsSpace().add(player);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainGridSerializationTest.java57 final BulletAppState bulletAppState = new BulletAppState();
58 stateManager.attach(bulletAppState);
73 bulletAppState.getPhysicsSpace().add(player3);
90 bulletAppState.getPhysicsSpace().add(quad);
94 bulletAppState.getPhysicsSpace().remove(quad);
H A DTerrainGridTest.java114 final BulletAppState bulletAppState = new BulletAppState();
115 stateManager.attach(bulletAppState);
134 bulletAppState.getPhysicsSpace().add(player3);
150 bulletAppState.getPhysicsSpace().add(quad);
154 bulletAppState.getPhysicsSpace().remove(quad);
H A DTerrainGridTileLoaderTest.java115 final BulletAppState bulletAppState = new BulletAppState();
116 stateManager.attach(bulletAppState);
131 bulletAppState.getPhysicsSpace().add(player3);
147 bulletAppState.getPhysicsSpace().add(quad);
151 bulletAppState.getPhysicsSpace().remove(quad);

Completed in 199 milliseconds

12