mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-06 03:39:23 +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
965c0bf93d
commit
5c33abc9d2
46 changed files with 1143 additions and 2564 deletions
6
ml_lme/vendor/LeapCSharp/PointMapping.cs
vendored
6
ml_lme/vendor/LeapCSharp/PointMapping.cs
vendored
|
@ -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,13 +8,11 @@
|
|||
|
||||
namespace Leap
|
||||
{
|
||||
#pragma warning disable 0618
|
||||
public struct PointMapping
|
||||
{
|
||||
public long frameId;
|
||||
public long timestamp;
|
||||
public Vector[] points;
|
||||
public UnityEngine.Vector3[] points;
|
||||
public uint[] ids;
|
||||
}
|
||||
#pragma warning restore 0618
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue