Commit Graph

1291 Commits

Author SHA1 Message Date
588b38fd17 hash: move wang mixing funcs into seperate unit 2015-06-02 21:11:57 +10:00
7dcba618c0 noise: add turbulence (displacement) combiner 2015-06-02 20:33:00 +10:00
bc5888bfcf hash: disable conflicting function names
clashes with the util::hash namespace. they should be moved into this
namespace.
2015-06-02 20:33:00 +10:00
7311acaef6 n/f/base: add frequency accessor implementation 2015-06-02 20:33:00 +10:00
be2317b605 n/basis: add seed accessor method 2015-06-02 17:07:42 +10:00
83f23fe836 n/f/hetero: use unsigned type for octaves 2015-06-02 17:06:46 +10:00
4f7a3d790f n/f/fbm: accumulate frequency directly on point
avoids (minimal) extra multiplications.
2015-06-02 16:17:44 +10:00
6278902e3e n/fractal: use a common base class
some working variables need to be precomputed. it makes sense to do this
in a base class.
2015-06-02 16:13:12 +10:00
bc1c576297 n/fractal: use hurst parameters consistently 2015-06-02 00:15:02 +10:00
e98709bfc6 noise-tool: instantiate noise gens for testing
explicitly instantiate various combinations of noise generators for
link-time testing.
2015-06-01 18:57:00 +10:00
1ec4b7b9a1 noise: add constexpr to eval functions 2015-06-01 18:45:47 +10:00
59909ed860 n/basis: move basis code into inline headers 2015-06-01 18:42:10 +10:00
f6e2e6a409 n/fractal: use inline headers for fractals 2015-06-01 17:30:18 +10:00
00195c54d0 noise-tool: set higher octaves for perf testing 2015-06-01 16:22:11 +10:00
2d002c9dce n/fractal: extract each type into seperate units 2015-06-01 16:21:26 +10:00
79300cc8c4 build: style, increase post-indent 2015-06-01 16:21:26 +10:00
19def9d4fe n/b/worley: performance improvements 2015-06-01 15:34:33 +10:00
9b548e56d9 point: convert distance member functions to functions 2015-06-01 15:29:24 +10:00
2e9698f53b noise-tool: add offset to positions for testing
allows us to peek at the negative quandrants for rounding and other
issues.
2015-05-29 15:55:55 +10:00
b4ddd287bf n/basis: fix integer position extract when -ve 2015-05-29 15:54:46 +10:00
3a8179dfff n/lerp: use DEBUG_LIMIT, comments, style 2015-05-29 15:51:42 +10:00
043523a794 debug: add CHECK_LIMIT 2015-05-29 15:51:25 +10:00
8e0e65e2b8 coord: add elementwise abs function 2015-05-29 15:51:08 +10:00
882fd9c87a n/basis: add constant basis for testing 2015-05-29 15:50:45 +10:00
3a4fed804a fasthash: add initial implementation 2015-05-28 12:17:25 +10:00
78f61af84c noise/basis: extract basis into seperate units 2015-05-28 10:56:06 +10:00
c9812f7c78 noise: use points instead of scalars in eval 2015-05-28 10:18:32 +10:00
b96ad81d32 coord: allow multi-type scalar-vector ops 2015-05-28 10:18:32 +10:00
980f5d5671 n/fractal: add musgrave's heterogenous terrain 2015-05-27 01:17:24 +10:00
46a87c0b11 n/fractal: add musgrave's hybrid multi fractal 2015-05-27 01:16:58 +10:00
1c9c38e9a7 n/basis: style, whitespace 2015-05-26 16:54:53 +10:00
0f18702ff9 n/fractal: style/cleanup 2015-05-26 16:53:50 +10:00
6c27fa420a n/fractal: extract constants into named variables 2015-05-26 16:53:24 +10:00
9701290c4b noise-tool: cleanup and add normalisation 2015-05-26 16:37:41 +10:00
fedbef630b n/fractal: fix musgrave (aka rigid multifractal) 2015-05-26 16:31:30 +10:00
62000f50a2 n/basis: expand interpolation expr for debugging 2015-05-26 16:28:34 +10:00
264b20f3fe n/basis: instantiate truncating filters 2015-05-26 16:28:16 +10:00
22c1f72a05 n/basis: add final specifier to concrete basis 2015-05-26 16:27:27 +10:00
749e279073 n/basis: use murmur mixing for random generator 2015-05-26 16:27:01 +10:00
b67bb283d1 coord: add scalar gte, lte 2015-05-26 16:25:41 +10:00
3ff420978e image: add constructor from extent 2015-05-26 16:25:21 +10:00
a61ea32228 murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
b082fd6a44 noise: convert eval method to function operator 2015-05-18 22:06:33 +10:00
9b0abd8f7a noise: parameterise fractal summation types 2015-05-18 22:02:10 +10:00
c24387bf8f image: instantiate double to uint8 clone 2015-05-18 22:01:43 +10:00
07513b078c noise/basis: parameterise basis functions 2015-05-18 17:16:04 +10:00
cacaee4c5d noise/basis: parameterise lerp function 2015-05-18 15:01:06 +10:00
ebbc90c88d noise: templatise lerp functions 2015-05-18 14:56:15 +10:00
47423da841 style: sort Makefile target dependencies 2015-05-18 14:56:15 +10:00
912228f87b noise: move lerp into noise namespace 2015-05-18 14:56:15 +10:00