@@ -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