mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-07 12:09:17 +00:00
Update to Ultraleap Gemini v5.12
Update to Ultraleap Unity Plugin v6.9.0 Unclamped spreads and curls
This commit is contained in:
parent
176d6530cb
commit
db93926f61
41 changed files with 1001 additions and 2573 deletions
|
@ -1,5 +1,5 @@
|
|||
/******************************************************************************
|
||||
* Copyright (C) Ultraleap, Inc. 2011-2021. *
|
||||
* Copyright (C) Ultraleap, Inc. 2011-2023. *
|
||||
* *
|
||||
* Use subject to the terms of the Apache License 2.0 available at *
|
||||
* http://www.apache.org/licenses/LICENSE-2.0, or another agreement *
|
||||
|
@ -8,7 +8,6 @@
|
|||
|
||||
namespace Leap
|
||||
{
|
||||
#pragma warning disable 0618
|
||||
public static class CopyFromOtherExtensions
|
||||
{
|
||||
|
||||
|
@ -46,7 +45,6 @@ namespace Leap
|
|||
hand.Id = source.Id;
|
||||
hand.Confidence = source.Confidence;
|
||||
hand.GrabStrength = source.GrabStrength;
|
||||
hand.GrabAngle = source.GrabAngle;
|
||||
hand.Rotation = source.Rotation;
|
||||
hand.PinchStrength = source.PinchStrength;
|
||||
hand.PinchDistance = source.PinchDistance;
|
||||
|
@ -117,5 +115,4 @@ namespace Leap
|
|||
return bone;
|
||||
}
|
||||
}
|
||||
#pragma warning restore 0618
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue