Searched defs:bulletAppState (Results 1 - 25 of 28) sorted by relevance

12

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
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 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 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 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 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 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 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 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 DTestAttachDriver.java71 private BulletAppState bulletAppState; field in class:TestAttachDriver
80 bulletAppState = new BulletAppState();
81 stateManager.attach(bulletAppState);
82 bulletAppState.getPhysicsSpace().enableDebug(assetManager);
89 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 DTestHoveringTank.java73 private BulletAppState bulletAppState; field in class:TestHoveringTank
90 return bulletAppState.getPhysicsSpace();
110 bulletAppState = new BulletAppState();
111 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
112 stateManager.attach(bulletAppState);
113 // bulletAppState.getPhysicsSpace().enableDebug(assetManager);
114 bulletAppState.getPhysicsSpace().setAccuracy(1f/30f);
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 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 DTestQ3.java57 private BulletAppState bulletAppState; field in class:TestQ3
74 bulletAppState = new BulletAppState();
75 stateManager.attach(bulletAppState);
120 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 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();
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();
/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 DTerrainTestCollision.java88 private BulletAppState bulletAppState; field in class:TerrainTestCollision
107 bulletAppState = new BulletAppState();
108 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
109 stateManager.attach(bulletAppState);
151 bulletAppState.getPhysicsSpace().addAll(terrain);
166 bulletAppState.getPhysicsSpace().add(sphere);
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeTower.java90 private BulletAppState bulletAppState; field in class:TestBatchNodeTower
103 bulletAppState = new BulletAppState();
104 bulletAppState.setThreadingType(BulletAppState.ThreadingType.PARALLEL);
105 // bulletAppState.setEnabled(false);
106 stateManager.attach(bulletAppState);
113 //bulletAppState.getPhysicsSpace().enableDebug(assetManager);
140 return bulletAppState.getPhysicsSpace();

Completed in 210 milliseconds

12