Sea Waves
Sea Waves testing. Its quite “heavy”..but looks nice. Info v1.0: – Special perlin noise map (128×128) is updated every frame and used as a height/waves-map for the sea mesh (converted from “Heightmap...
View ArticleOld Film FX Shader
Converted from webgl shaders (source at devmaster.net). This should be nice as a camera shader? Adjustable parameters in shader: – SepiaValue, NoiseValue, ScratchValue, InnerVignetting,...
View ArticleUnlimited 2D Perlin Caves
Never-ending Perlin Noise 2D caves. Quick test version, you can move around.. (see also version/image#2 below) Todo/ideas: – Movement too fast – Fog of War? – Destructable walls? (Problem: How to save...
View ArticleFlying inside 3D Perlin Cave
Never-ending perlin caves to explore! Current features: – Unlimited cave flying – Plasma(?) cannon – Moving around with keys (wasd/arrow keys) – Shooting with mousebutton – 1 stone material – added:...
View ArticleSimplex Noise
Converted this javascript noise to Unity js. It feels quite slow.. maybe trying to convert these noise generators next. Webplayer: nothing to see.. Source: (SimplexNoise.js) #pragma strict //...
View ArticleHalton Sequence c#
Halton Sequence script to Unity c#. (image: Left side halton sequence, right side using Random.value). Needed something to distribute objects evenly on given area.. this works for small amount of...
View ArticleTerrainToolkit [fork]
Forked the old TerrainToolkit from https://code.google.com/p/unityterraintoolkit/ to github: https://github.com/unitycoder/unityterraintoolkit Fixed some old scripts so that it works in Unity 5.x,...
View Article