The secret algorithm for procedural generation
Read the write-up: https://occasoftware.com/news/halton-sequence-demonstration-and-resources
The Halton sequence is a quasirandom or low discrepancy value sequence, which is a sequence of numbers that covers a given range more quickly than traditional random or pseudorandom noise sequences. This can be particularly useful for distributing procedural elements evenly on a map or for rapidly gathering temporal or other sample data.
Download the script used in this demonstration here: https://gist.github.com/occasoftware/a32774d312066dc127adcd5c90fc1c0d
Learn more about the Halton sequence: https://en.wikipedia.org/wiki/Halton_sequence
Learn more about low discrepancy sequences: https://en.wikipedia.org/wiki/Low-discrepancy_sequence
Learn more about coprime numbers: https://en.wikipedia.org/wiki/Coprime_integers
JOIN THE COMMUNITY
▷ Subscribe: https://bit.ly/3pYrdFf
OTHER VIDEOS YOU MIGHT LIKE
▷ Buto - Unity Volumetric Fog | Initial Setup: https://www.youtube.com/watch?v=wmYmn4S5iIs
▷ Unity Outline Shader: Initial setup and usage walkthrough: https://www.youtube.com/watch?v=_b7HM7pcuPo
▷ Unity Skybox - Altos: Volumetric Clouds, Changing Skybox, Night Skybox, and more: https://www.youtube.com/watch?v=dvjE7TjgbhU
▷ Unity Skybox: Stylized changing skybox with day and night for URP (Super Simple Skybox): https://www.youtube.com/watch?v=ayAsv0JQqOs
▷ Buto - Unity Volumetric Fog URP: https://www.youtube.com/watch?v=LQhOY7JCNCI
ABOUT OCCASOFTWARE
▷ OccaSoftware Website: https://www.occasoftware.com/
▷ OccaSoftware on the Unity Asset Store: https://assetstore.unity.com/publishers/52431
#haltonsequence #proceduralgeneration #noisegeneration
Unity,Game Dev,Halton Sequence,halton sequence sampling,halton sequence c#,halton sequence unity,noise algorithm unity,random noise unity,noise generation unity,procedural generation unity,procedural generation,halton sequencing,psedurandom noise unity,quasirandom noise unity,low discrepancy noise unity,temporal anti aliasing unity