7
2011
Real-time 3D Perlin Noise (Unity3D C#)

Real-time 3D Perlin Noise converted from a silverlight/c# code to Unity C#.
Actually I wanted to do this kind of normal mapped waves effect, but it didnt work yet..
see blender video: iWave + Dynamic Paint: http://www.youtube.com/watch?v=SO8obet1Qe4
This could be used for many things:
– nice cloud effects
– minecraft world generation
– underwater effects (kind of)
– water/waves/plasmas..
Webplayer:
http://unitycoder.com/upload/demos/mPerlinNoise3D1/
Original source:
http://kodierer.blogspot.com/2009/05/oscar-algorithm-silverlight-real-time.html
Using frames per second script:
http://www.unifycommunity.com/wiki/index.php?title=FramesPerSecond
Source download:
(coming later..my converted version is quite a mess, but it works..)
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- 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
- Convert LAS/LAZ/PLY pointclouds to GLTF (GLB) Point Meshes (standalone converter)
Recent Comments
- 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)
- on UI Scroll View automatic Content height
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












It’s a really useful texture. Can be used to lots of VFX. Great work.
Shader: 2D / 3D / 4D optimised Perlin Noise Cg/HLSL library (cginc)
http://forum.unity3d.com/threads/218372-2D-3D-4D-optimised-Perlin-Noise-Cg-HLSL-library-%28cginc%29