mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-07 20:44:23 +08:00
Porting the essential parts of EPAM System's "openvr" branch to the master branch. Original authors: Natalia Smirnova, EPAM Systems, Inc. Pavel Smirnov, EPAM Systems, Inc. Original fork: https://github.com/epam/pymol-open-source/tree/openvr Adjustments: - Make feature optional with "--openvr" compile option - Python 3 support - Remove C++11 workarounds - Exclude build system changes Co-authored-by: Natalia Smirnova <Natalia_Smirnova@epam.com> Co-authored-by: Pavel Smirnov <pavel_smirnov1@epam.com>
42 lines
920 B
JSON
42 lines
920 B
JSON
{
|
|
"default_bindings": [{
|
|
"controller_type": "vive_controller",
|
|
"binding_url": "bindings_vive_controller.json"
|
|
}],
|
|
|
|
"actions": [{
|
|
"name": "/actions/pymol/in/RightHand",
|
|
"type": "pose"
|
|
}, {
|
|
"name": "/actions/pymol/in/LeftHand",
|
|
"type": "pose"
|
|
}, {
|
|
"name": "/actions/pymol/in/LGrip",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/RGrip",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/ToggleMenu",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/Laser",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/ActionSetNext",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/ActionSetPrev",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/Action1",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/Action2",
|
|
"type": "boolean"
|
|
}, {
|
|
"name": "/actions/pymol/in/Action3",
|
|
"type": "boolean"
|
|
}]
|
|
}
|