Skip to content

Commit

Permalink
settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wunder-Wulfe committed Mar 28, 2022
1 parent bf99cb0 commit 8535f78
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
TrackingScale = 1.0
DepthScale = 0.8
TrackingEnabled = true
ConfidenceMin = 0.0
ConfidenceMin = 0.2
UseCudaGraph = true
Stabilization = true
BatchSize = 1
NVARMode = 1
BatchSize = 3
NVARMode = 0

; Which tracking modes to include
[EnabledTrackers]
Expand All @@ -50,11 +50,11 @@
Feet = true

; 10pt(VRC IK 2.0)
Elbows = true
Knees = true
Elbows = false
Knees = false

; 11pt(VRC Limit(IKTweaks))
Chest = true
Chest = false

; 15pt(Enthusiast)
Shoulders = false
Expand All @@ -69,9 +69,9 @@
; Settings for trackers
[TrackerSettings]
; Options: (None, Linear, Sinusoidal, Quadratic, Cubic)
Interpolation = None
Interpolation = Quadratic

ElbowTrackerPosition = 0.2 ; Placement of the elbow tracker along the forearm, -1.0 is at the hand, 0.0 is at the elbow, 1.0 at the shoulder
KneeTrackerPosition = 0.2 ; Placement of the knee tracker along the upper leg, -1.0 is at the foot, 0.0 is at the knee, 1.0 is at the hip joint
ElbowTrackerPosition = 0.4 ; Placement of the elbow tracker along the forearm, -1.0 is at the hand, 0.0 is at the elbow, 1.0 at the shoulder
KneeTrackerPosition = 0.0 ; Placement of the knee tracker along the upper leg, -1.0 is at the foot, 0.0 is at the knee, 1.0 is at the hip joint
HipTrackerPosition = 0.0 ; Placement of the hip tracker along the spine, 0.0 is at the hips, 1.0 is at the chest
ChestTrackerPosition = 0.0 ; Placement of the chest tracker along the spine, 0.0 is at the chest, 1.0 is at the hips

0 comments on commit 8535f78

Please sign in to comment.