This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| global leftHand | |
| global left1 | |
| global left2 | |
| global left3 | |
| global left4 | |
| global leftBumper | |
| global leftJoystickButton | |
| global leftMiddle | |
| global leftJoystickX | |
| global leftJoystickY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "jsonid" : "vrsettings", | |
| "perfcheck" : { | |
| "heuristicActive" : true | |
| }, | |
| "steamvr" : { | |
| "allowReprojection" : true, | |
| "forcedDriver": "osvr", | |
| "directMode" : false | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "display": "displays/Oculus_Rift_DK1.json", | |
| "renderManagerConfig": "sample-configs/renderManager.direct.landscape.json", | |
| "drivers": [{ | |
| "plugin": "je_nourish_fusion", | |
| "driver": "FusionDevice", | |
| "params": { | |
| "name": "DK1_Kinectv2", | |
| "position": "/je_nourish_kinectv2/KinectV2/semantic/body1/head", | |
| "orientation": "/je_nourish_openhmd/Oculus Rift (Devkit)/semantic/hmd", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "util" | |
| function gun_turret_extension(inputs) | |
| return | |
| { | |
| filename = "__base__/graphics/entity/gun-turret/gun-turret-gun-extension.png", | |
| priority = "medium", | |
| width = 65, | |
| height = 63, | |
| direction_count = 4, |
NewerOlder