dead code
parent
d8dcc075d0
commit
0f2919a8ae
|
|
@ -88,7 +88,6 @@ public class VelNetSyncHand : NetworkSerializedObject
|
||||||
targets[i],
|
targets[i],
|
||||||
Time.deltaTime * Quaternion.Angle(targets[i], toSync[i].rotation) * serializationRateHz
|
Time.deltaTime * Quaternion.Angle(targets[i], toSync[i].rotation) * serializationRateHz
|
||||||
);
|
);
|
||||||
//toSync[i].rotation = Quaternion.Slerp(transform.rotation, targets[i], 1 / smoothness / serializationRateHz);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue