Skip to content

Commit

Permalink
Separate scale from proportions in AutoBone (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV committed Nov 19, 2023
1 parent d2a9a21 commit 8fa535d
Show file tree
Hide file tree
Showing 14 changed files with 420 additions and 293 deletions.
3 changes: 2 additions & 1 deletion server/core/src/main/java/dev/slimevr/VRServer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ class VRServer @JvmOverloads constructor(
provisioningHandler = ProvisioningHandler(this)
resetHandler = ResetHandler()
tapSetupHandler = TapSetupHandler()
humanPoseManager = HumanPoseManager(this)
// AutoBone requires HumanPoseManager first
autoBoneHandler = AutoBoneHandler(this)
protocolAPI = ProtocolAPI(this)
humanPoseManager = HumanPoseManager(this)
val computedTrackers = humanPoseManager.computedTrackers

// Start server for SlimeVR trackers
Expand Down
Loading

0 comments on commit 8fa535d

Please sign in to comment.