mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment
This commit is contained in:
parent
93246ffda5
commit
a2f5659723
@ -88,8 +88,8 @@ public void CompressAndDecompressQuaternion()
|
|||||||
[Test]
|
[Test]
|
||||||
public void CompressAndDecompressQuaternion_Iterate_0_to_360()
|
public void CompressAndDecompressQuaternion_Iterate_0_to_360()
|
||||||
{
|
{
|
||||||
// stepSize 1: 360 * 360 * 360 = 46 million [takes 96 s]
|
// stepSize 1: 360 * 360 * 360 = 46 million [takes 96 s]
|
||||||
// stepSize 5: 72 * 72 * 72 = 373 thousand [takes 700 ms]
|
// stepSize 5: 72 * 72 * 72 = 373 thousand [takes 700 ms]
|
||||||
const int stepSize = 5;
|
const int stepSize = 5;
|
||||||
|
|
||||||
for (int x = 0; x <= 360; x += stepSize)
|
for (int x = 0; x <= 360; x += stepSize)
|
||||||
|
Loading…
Reference in New Issue
Block a user