OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bulletControl
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsTestHelper.java
193
RigidBodyControl
bulletControl
= new RigidBodyControl(1);
194
bulletg.addControl(
bulletControl
);
195
bulletControl
.setLinearVelocity(app.getCamera().getDirection().mult(25));
196
bulletg.addControl(
bulletControl
);
198
space.add(
bulletControl
);
TestWalkingChar.java
389
bulletControl
();
393
private void
bulletControl
() {
400
RigidBodyControl
bulletControl
= new BombControl(bulletCollisionShape, 1);
401
bulletControl
.setCcdMotionThreshold(0.1f);
402
bulletControl
.setLinearVelocity(cam.getDirection().mult(80));
403
bulletg.addControl(
bulletControl
);
405
getPhysicsSpace().add(
bulletControl
);
Completed in 523 milliseconds