sdraw_mods_cvr/ml_dht
2025-08-15 06:49:24 -05:00
..
.github Return of DesktopHeadTracking 2024-01-20 14:24:54 +03:00
Properties normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
resources normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
DataParser.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
GameEvents.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
HeadTracked.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Main.cs Too many changes 2024-10-05 15:42:32 +03:00
MemoryMapReader.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
ml_dht.csproj Main menu mods' settings update delay 2025-05-24 16:29:01 +03:00
README.md Too many changes 2024-10-05 15:42:32 +03:00
ResourcesHandler.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Settings.cs Fix for latest nightly build (27.07.2025) 2025-07-27 22:30:33 +03:00
TrackingData.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00
Utils.cs normalize line endings and remove BOM 2025-08-15 06:49:24 -05:00

Desktop Head Tracking

This mod adds desktop head tracking based on data from memory-mapped file head/data.
Refer to TrackingData.cs for reference in case of implementing own software.

Features

  • Head rotation
  • Eyes gaze direction
  • Basic mouth shapes: open, smile and pout
  • Blinking

Installation

Usage

Available mod's settings in Settings - Implementation - Desktop Head Tracking:

  • Enabled: enables mod's activity; default value - false.
  • Use head tracking: enables head tracking; default value - true.
  • Use eyes tracking: enables eyes tracking; default value - true.
  • Use face tracking: enables mouth shapes tracking; default value - true.
    • Note: Your avatar should have configured CVR Face Tracking component.
  • Use blinking: uses blinking from data; default value - true.
  • Mirrored movement: mirrors movement and gaze along 0YZ plane; default value - false.
  • Movement smoothing: smoothing factor between new and old movement data; default value - 50.

Known compatible tracking software