We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Am I using it wrong?
SimplexNoise.Noise.Seed = 12345; Console.Out.WriteLine($"Simplex noise: {SimplexNoise.Noise.CalcPixel1D(42, 0.2f)}");
Just keeps saying 128 for any value of x, for any seed, for any scale.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Am I using it wrong?
Just keeps saying 128 for any value of x, for any seed, for any scale.
The text was updated successfully, but these errors were encountered: