mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:36:26 +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
|
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/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 = {
|
var VIVE_CONTROLLER_CONFIGURATION = {
|
||||||
name: "Vive",
|
name: "Vive",
|
||||||
|
|
Loading…
Reference in a new issue