Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Rename HandBoundsMode to HandBoundsLOD for better understanding (#200)
Browse files Browse the repository at this point in the history
* Rename HandBoundsMode to HandBoundsLOD

* Bump core dependency
  • Loading branch information
FejZa authored Nov 12, 2020
1 parent 3cebff5 commit dc15c91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private void UpdateHandColliders()
{
var handController = (IMixedRealityHandController)Controller;

if (HandControllerDataProvider.BoundsMode == HandBoundsMode.Fingers)
if (HandControllerDataProvider.BoundsMode == HandBoundsLOD.High)
{
// Make sure to disable other colliders not needed for the fingers mode.
DisableHandBounds();
Expand Down Expand Up @@ -284,7 +284,7 @@ private void UpdateHandColliders()
ConfigureCapsuleCollider(capsuleCollider, pinkyPalmBounds, pinkyMetacarpalGameObject.transform);
}
}
else if (HandControllerDataProvider.BoundsMode == HandBoundsMode.Hand)
else if (HandControllerDataProvider.BoundsMode == HandBoundsLOD.Low)
{
DisableFingerBounds();

Expand Down
2 changes: 1 addition & 1 deletion XRTK.SDK/Packages/com.xrtk.sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"src": "Assets/XRTK.Core",
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.0-preview.34",
"com.xrtk.core": "0.2.0-preview.111",
"com.unity.textmeshpro": "1.0.0"
},
"profiles": [
Expand Down
2 changes: 1 addition & 1 deletion XRTK.SDK/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"com.unity.package-manager-ui": "2.1.2",
"com.unity.textmeshpro": "2.0.1",
"com.unity.xr.legacyinputhelpers": "2.1.4",
"com.xrtk.core": "0.2.0-preview.108",
"com.xrtk.core": "0.2.0-preview.111",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down

0 comments on commit dc15c91

Please sign in to comment.