sdraw_mods_cvr/ml_lme_cvr
SDraw 8c8b8d2e99
Minor hands detection change
Update to latest LeapCSharp
2022-03-26 15:08:44 +03:00
..
.github Preview 2022-03-22 21:34:30 +03:00
Properties Minor hands detection change 2022-03-26 15:08:44 +03:00
resources HMD mode 2022-03-22 13:06:18 +03:00
vendor Minor hands detection change 2022-03-26 15:08:44 +03:00
AssetsHandler.cs HMD mode 2022-03-22 13:06:18 +03:00
DependenciesHandler.cs Source upload 2022-03-21 15:31:16 +03:00
GestureMatcher.cs Source upload 2022-03-21 15:31:16 +03:00
LeapIK.cs Stuck device detection 2022-03-23 19:38:02 +03:00
LeapTracked.cs Consideration of Index controllers 2022-03-23 11:37:15 +03:00
Main.cs Minor hands detection change 2022-03-26 15:08:44 +03:00
ml_lme_cvr.csproj HMD mode 2022-03-22 13:06:18 +03:00
ml_lme_cvr.csproj.user Source upload 2022-03-21 15:31:16 +03:00
README.md Preview 2022-03-22 21:34:30 +03:00
Settings.cs Consideration of Index controllers 2022-03-23 11:37:15 +03:00
Utils.cs Source upload 2022-03-21 15:31:16 +03:00

Leap Motion Extension

This mod allows you to use your Leap Motion controller for hands and fingers visual tracking.

Installation

Usage

Settings

Available mod's settings in Settings - Implementation - Leap Motion Tracking:

  • Enable tracking: enable hands tracking from Leap Motion data, disabled by default.
  • HMD mode: force Leap Motion to use head-mounted orientation mode, disabled by default.
  • Desktop offset X/Y/Z: offset position for body attachment, (0, -45, 30) by default.
  • Attach to head: attach hands transformation to head instead of body, disabled by default.
  • Head offset X/Y/Z: offset position for head attachment (Attach to head is true), (0, -30, 15) by default.
  • Offset angle: rotation around X axis, useful for neck mounts, 0 by default.
  • Fingers tracking only: apply only fingers tracking, disabled by default.
  • Model visibility: show Leap Motion controller model, useful for tracking visualizing, disabled by default.