Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go

Home Page:http://auburn.github.io/FastNoiseLite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for tiling?

wilberton opened this issue · comments

Any chance you could add support for tiling noise? Not sure if that's possible with simplex noise, but I find tiling is often extremely useful when generating textures, and for the simpler grid-based algorithms it's very easy to add.

Please refer to #33