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
- [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
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