Skip to content

EricHu33/NoiseGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoiseGenerator

A tool that let you create different kind of noise textures inside unity editor

NoiseGenerator.-.SampleScene.-.PC.Mac.Linux.Standalone.-.Unity.2020.3.24f1.Personal_._DX11_.2022-01-01.22-08-39.mp4

Inside unity, head to Tools/Noise Generator to open the noise texture generator window.

Highlights :

  • perlin noise & it's fbm version with custom ocataves number

  • simplex noise & it's fbm version with custom ocataves number

  • 3 types of voronoi noise and it's fbm version with ocataves number

  • cloudy noise that can generate cloud-like noise

  • all noise has the option to switch to tilable/seamless version

  • custom texture size (32,64,128,256,512)

Tweak the tiling scale and scale parameter to make your noise texture

Demo

noise1 noise2 noise3 noise4 noise5 noise6 noise1_1 noise1_2 noise1_3 noise1_4

Credits

Cloud noise is direct port from // patriciogv - 2015 // http://patriciogonzalezvivo.com

Simplex noise functions are (C) Ashima Arts and Stefan Gustavson

Classic noise functions are (C) Stefan Gustavson

Cellular noise functions are (C) Stefan Gustavson

The "psrdnoise" functions are (C) Stefan Gustavson

hard voronoi noise is created by Created by inigo quilez - iq/2013

main refenrece site - https://thebookofshaders.com/12/

About

A tool that let you create different kind of noise textures inside unity editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published