mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
[examples] Add math/noise, align imports.
This commit is contained in:
@@ -77,6 +77,7 @@ import fixed "core:math/fixed"
|
|||||||
import linalg "core:math/linalg"
|
import linalg "core:math/linalg"
|
||||||
import glm "core:math/linalg/glsl"
|
import glm "core:math/linalg/glsl"
|
||||||
import hlm "core:math/linalg/hlsl"
|
import hlm "core:math/linalg/hlsl"
|
||||||
|
import noise "core:math/noise"
|
||||||
import rand "core:math/rand"
|
import rand "core:math/rand"
|
||||||
|
|
||||||
import mem "core:mem"
|
import mem "core:mem"
|
||||||
@@ -183,6 +184,7 @@ _ :: fixed
|
|||||||
_ :: linalg
|
_ :: linalg
|
||||||
_ :: glm
|
_ :: glm
|
||||||
_ :: hlm
|
_ :: hlm
|
||||||
|
_ :: noise
|
||||||
_ :: rand
|
_ :: rand
|
||||||
_ :: mem
|
_ :: mem
|
||||||
_ :: ast
|
_ :: ast
|
||||||
|
|||||||
Reference in New Issue
Block a user