Better VRIK targets replacement

This commit is contained in:
SDraw 2023-11-28 11:48:30 +03:00
parent 914bca26e4
commit 4aaca216d7
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
4 changed files with 131 additions and 164 deletions

View file

@ -185,12 +185,6 @@ namespace ml_lme
m_leapTracked.OnAvatarSetup();
}
internal void OnCalibrate()
{
if(m_leapTracked != null)
m_leapTracked.OnCalibrate();
}
internal void OnRayScale(float p_scale)
{
m_leapInput?.OnRayScale(p_scale);