mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +00:00
vr:: changed the default settings
This commit is contained in:
parent
0de8ce9a10
commit
29c1676c75
4
vr.cpp
4
vr.cpp
@ -128,7 +128,7 @@ struct vrdata_t {
|
|||||||
vrdata_t vrdata;
|
vrdata_t vrdata;
|
||||||
|
|
||||||
/** should we try to access VR */
|
/** should we try to access VR */
|
||||||
EX bool enabled = true;
|
EX bool enabled = false;
|
||||||
|
|
||||||
/** we tried to access VR but failed */
|
/** we tried to access VR but failed */
|
||||||
EX bool failed;
|
EX bool failed;
|
||||||
@ -382,7 +382,7 @@ EX void vr_shift() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
EX ld absolute_unit_in_meters = 1;
|
EX ld absolute_unit_in_meters = 3;
|
||||||
|
|
||||||
void move_according_to(vr::ETrackedControllerRole role, bool last, bool cur) {
|
void move_according_to(vr::ETrackedControllerRole role, bool last, bool cur) {
|
||||||
if(!last && !cur) return;
|
if(!last && !cur) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user