From 2fd3d5202051e03303ac2b8e76976a7c4c8477f3 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 7 Dec 2014 21:57:12 -0500 Subject: Add flags and lacunarity as new noise parameters Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups --- src/test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test.cpp') diff --git a/src/test.cpp b/src/test.cpp index 30252d85b..1a0d4bb83 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -467,6 +467,8 @@ struct TestPath: public TestBase " with leading whitespace!\n" \ "\"\"\"\n" \ "np_terrain = {\n" \ + " flags = defaults\n" \ + " lacunarity = 2\n" \ " octaves = 6\n" \ " offset = 3.5\n" \ " persistence = 0.7\n" \ -- cgit v1.2.3