Skip to content

Commit 1202fe7

Browse files
test
Updating the test project test for change in LerpAhead.
1 parent 2444548 commit 1202fe7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

testproject/Assets/Tests/Runtime/NetworkTransform/NestedNetworkTransformTests.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ namespace TestProject.RuntimeTests
3636
[TestFixture(Interpolation.NoInterpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
3737

3838
// Lerp, extrapolate, and blend pass
39-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
40-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
41-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
42-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
43-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
44-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
45-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
46-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
47-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
48-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
49-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
50-
[TestFixture(NetworkTransform.InterpolationTypes.LerpExtrapolateBlend, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
39+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
40+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
41+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
42+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
43+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]
44+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.TickSynchronized)]
45+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
46+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
47+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
48+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Half, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
49+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.NormalSynchronize)]
50+
[TestFixture(NetworkTransform.InterpolationTypes.LerpAhead, Interpolation.Interpolation, Precision.Compressed, NetworkTransform.AuthorityModes.Owner, NestedTickSynchronization.NormalSynchronize)]
5151

5252
// Smooth dampening interpolation pass
5353
[TestFixture(NetworkTransform.InterpolationTypes.SmoothDampening, Interpolation.Interpolation, Precision.Full, NetworkTransform.AuthorityModes.Server, NestedTickSynchronization.TickSynchronized)]

0 commit comments

Comments
 (0)