12
2012
Improved Perlin Noise Algorithm
See this paper, converted to Unity from processing/java, Original author for that: “Improved Perlin Noise Study by Chinchbug , licensed under Creative Commons Attribution-Share Alike 3.0 and GNU GPL license”
Its smoother than the normal perlin noise..(but also slower?)
Webplayer:
http://unitycoder.com/upload/demos/ImprovedPerlinNoise/
Download source:
improvedPerlin.unityPackage
Related Posts
5 Comments + Add Comment
Leave a comment
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by













Very nice, when will you upload the source?
Cheers.
Source added!
– GPU gems to Unity: Improved perlin noise
– Voronoi noise plugin for Unity
– Perlin noise plugin for Unity
http://scrawkblog.com/category/procedural-noise/
mapping perlin noise texture to planet:
http://forum.unity3d.com/threads/226178-Sol-Escape-procedural-planet-code-samples-and-screens
C# implementation of a Perlin noise function and an fBm (fractional Brownian motion):
http://keijiro.github.io/posts/perlin_noise/