mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Fix typo in vive controller display
This commit is contained in:
parent
352f0f7ea7
commit
3149bb834d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ var viveNaturalPosition = {
|
|||
z: 0.06380049744620919
|
||||
};
|
||||
var viveModelURL = "https://hifi-public.s3.amazonaws.com/huffman/controllers/vive2.fbx";
|
||||
var viveModelURL = "https://hifi-public.s3.amazonaws.com/huffman/controllers/vive_body.fbx",
|
||||
var viveModelURL = "https://hifi-public.s3.amazonaws.com/huffman/controllers/vive_body.fbx";
|
||||
|
||||
var VIVE_CONTROLLER_CONFIGURATION = {
|
||||
name: "Vive",
|
||||
|
|
Loading…
Reference in a new issue