dead code

handTracking
Brook Bowers 2022-01-24 14:08:21 -05:00
parent d8dcc075d0
commit 0f2919a8ae
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public class VelNetSyncHand : NetworkSerializedObject
targets[i],
Time.deltaTime * Quaternion.Angle(targets[i], toSync[i].rotation) * serializationRateHz
);
//toSync[i].rotation = Quaternion.Slerp(transform.rotation, targets[i], 1 / smoothness / serializationRateHz);
}
}