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
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
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/