https://github.com/bhickey/worley
worley noise
https://github.com/bhickey/worley
Last synced: 17 days ago
JSON representation
worley noise
- Host: GitHub
- URL: https://github.com/bhickey/worley
- Owner: bhickey
- License: mit
- Created: 2011-08-12T22:46:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T23:28:59.000Z (over 10 years ago)
- Last Synced: 2024-11-14T22:35:33.971Z (6 months ago)
- Language: C
- Homepage:
- Size: 146 KB
- Stars: 35
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- AwesomeCppGameDev - worley
README
Worley Noise
============This package contains an updated version of Steven Worley's cellular noise reference implementation (aka 'Worley Noise').
Notes
-----
> A detailed description and application examples can be found in the
> 1996 SIGGRAPH paper *A Cellular Texture Basis Function* and
> especially in the 2002 book *Texturing and Modeling, a Procedural
> Approach, 3rd edition.* -- Steven WorleyLicense
-------
Released under the MIT license.
Please see COPYING.