mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 10:14:05 +00:00
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds tests for the noise procedures.
This commit is contained in:
@@ -128,10 +128,6 @@ Noise_Tests := []Test_Vector{
|
||||
{SEED_2, COORD_2, 0.1354035, noise.noise_4d_fallback},
|
||||
{SEED_3, COORD_3, 0.14565045, noise.noise_4d_fallback},
|
||||
|
||||
// TODO: Output according to C# - Figure out which of these two is right (and why).
|
||||
// {SEED_1, COORD_1, -0.14233987, noise.noise_4d_fallback},
|
||||
// {SEED_2, COORD_2, 0.1354035, noise.noise_4d_fallback},
|
||||
// {SEED_3, COORD_3, 0.14565045, noise.noise_4d_fallback},
|
||||
}
|
||||
|
||||
noise_test :: proc(t: ^testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user