Home | History | Annotate | Download | only in terrain

Lines Matching refs:player3

58     private CharacterControl player3;
177 player3 = new CharacterControl(capsuleShape, 0.5f);
178 player3.setJumpSpeed(20);
179 player3.setFallSpeed(10);
180 player3.setGravity(10);
182 player3.setPhysicsLocation(new Vector3f(cam.getLocation().x, 256, cam.getLocation().z));
184 bulletAppState.getPhysicsSpace().add(player3);
299 TerrainGridAlphaMapTest.this.player3.jump();
324 this.player3.setWalkDirection(this.walkDirection);
325 this.cam.setLocation(this.player3.getPhysicsLocation());