mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
cleanup
This commit is contained in:
parent
53b4a509f7
commit
6f1ea9a3d3
1 changed files with 0 additions and 6 deletions
|
@ -1663,12 +1663,6 @@ function MyController(hand) {
|
|||
var rightController = new MyController(RIGHT_HAND);
|
||||
var leftController = new MyController(LEFT_HAND);
|
||||
|
||||
//preload the particle beams so that they are full length when you start searching
|
||||
// if (USE_PARTICLE_BEAM_FOR_MOVING === true) {
|
||||
// rightController.createParticleBeam();
|
||||
// leftController.createParticleBeam();
|
||||
// }
|
||||
|
||||
var MAPPING_NAME = "com.highfidelity.handControllerGrab";
|
||||
|
||||
var mapping = Controller.newMapping(MAPPING_NAME);
|
||||
|
|
Loading…
Reference in a new issue