NoiseValue = MyNoiseGen->GetNoise3D(.4f, .5f, 1.f);
returns -0.565634 on PC
returns -0.527913 on Android.
I did a test with other noise Plugin. Somehow it returns the same Value on both Devices
NoiseValue = MyNoiseGen->GetNoise3D(.4f, .5f, 1.f);
returns -0.565634 on PC
returns -0.527913 on Android.
I did a test with other noise Plugin. Somehow it returns the same Value on both Devices