mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Update controller model URL
This commit is contained in:
parent
324365deca
commit
352f0f7ea7
2 changed files with 3 additions and 2 deletions
|
@ -866,6 +866,8 @@ Controller.keyReleaseEvent.connect(function (event) {
|
|||
}
|
||||
} else if (event.text == "F12") {
|
||||
restartStep();
|
||||
} else if (event.text == "F10") {
|
||||
MyAvatar.shouldRenderLocally = !MyAvatar.shouldRenderLocally;
|
||||
} else if (event.text == "r") {
|
||||
stopTutorial();
|
||||
startTutorial();
|
||||
|
|
|
@ -199,7 +199,7 @@ var viveNaturalPosition = {
|
|||
z: 0.06380049744620919
|
||||
};
|
||||
var viveModelURL = "https://hifi-public.s3.amazonaws.com/huffman/controllers/vive2.fbx";
|
||||
var viveModelURL = "file:///C:\\Users\\Ryan\\Assets\\controller\\vive_body.fbx";
|
||||
var viveModelURL = "https://hifi-public.s3.amazonaws.com/huffman/controllers/vive_body.fbx",
|
||||
|
||||
var VIVE_CONTROLLER_CONFIGURATION = {
|
||||
name: "Vive",
|
||||
|
@ -935,7 +935,6 @@ var c = setupController(VIVE_CONTROLLER_CONFIGURATION);
|
|||
//c.setPartVisible("touchpad", false);
|
||||
//c.setPartVisible("touchpad_teleport", false);
|
||||
|
||||
//MyAvatar.shouldRenderLocally = false;
|
||||
Script.scriptEnding.connect(function() {
|
||||
deleteControllerDisplay(c);
|
||||
MyAvatar.shouldRenderLocally = true;
|
||||
|
|
Loading…
Reference in a new issue