mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Package lines for core:math and more.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#+private
|
||||
package math_noise
|
||||
|
||||
/*
|
||||
OpenSimplex2 noise implementation.
|
||||
|
||||
Ported from https://github.com/KdotJPG/OpenSimplex2.
|
||||
Copyright 2022 Yuki2 (https://github.com/NoahR02)
|
||||
*/
|
||||
#+private
|
||||
package math_noise
|
||||
|
||||
/*
|
||||
Private implementation details follow.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
OpenSimplex2 noise implementation.
|
||||
package noise implements the OpenSimplex2 noise algorithm.
|
||||
|
||||
Ported from [[ https://github.com/KdotJPG/OpenSimplex2 }].
|
||||
Copyright 2022 Yuki2 [[ https://github.com/NoahR02 ]]
|
||||
|
||||
Reference in New Issue
Block a user