mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Moved open simplex.
This commit is contained in:
parent
fe9331fa53
commit
014d32b1f7
@ -9,7 +9,7 @@ env_opensimplex = env_modules.Clone()
|
|||||||
|
|
||||||
thirdparty_obj = []
|
thirdparty_obj = []
|
||||||
|
|
||||||
thirdparty_dir = "#thirdparty/misc/"
|
thirdparty_dir = "thirdparty/"
|
||||||
thirdparty_sources = [
|
thirdparty_sources = [
|
||||||
"open-simplex-noise.c",
|
"open-simplex-noise.c",
|
||||||
]
|
]
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
#include "core/object/reference.h"
|
#include "core/object/reference.h"
|
||||||
#include "scene/resources/texture.h"
|
#include "scene/resources/texture.h"
|
||||||
|
|
||||||
#include "thirdparty/misc/open-simplex-noise.h"
|
#include "thirdparty/open-simplex-noise.h"
|
||||||
|
|
||||||
class OpenSimplexNoise : public Resource {
|
class OpenSimplexNoise : public Resource {
|
||||||
GDCLASS(OpenSimplexNoise, Resource);
|
GDCLASS(OpenSimplexNoise, Resource);
|
||||||
|
Loading…
Reference in New Issue
Block a user