# Leap Motion Extension This mod allows you to use your Leap Motion controller for hands and fingers visual tracking. # Installation * Install [latest Ultraleap Gemini tracking software](https://developer.leapmotion.com/tracking-software-download) * Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader) * Get [latest release DLL](../../../releases/latest): * Put `ml_lme_cvr.dll` in `Mods` folder of game * Add code section below in `\ChilloutVR_Data\StreamingAssets\Cohtml\UIResources\CVRTest\index.html` after div for `InteractionViveFaceTrackingStrength`: ```html

Leap Motion tracking

Enable tracking:
Desktop offset X:
Desktop offset Y:
Desktop offset Z:
Fingers tracking only:
``` # Usage ## Settings Available mod's settings in `Settings - Implementation`: * **Enable tracking:** enable hands tracking from Leap Motion data, disabled by default. * **Desktop offset X/Y/Z:** offset position for body attachment, (0, -45, 30) by default. * **Fingers tracking only:** apply only fingers tracking, disabled by default. # Notes * Only desktop mode is implemented, VR mode is in development. * Head attachment isn't implemented, in development. * Root rotation isn't implemented, in development. * Model visibility isn't implemented, in development.