/kamo

Camouflage texture generator

Primary LanguageJavaScriptMIT LicenseMIT

kamo


Just look at the result: GitHubPage

Kamo is the simple camouflage texture generator based on Perlin noise filter. Prototype of this texture is Flora98 - russian army camouflage pattern. To generate this texture we use 3 layers of color, one on each other:

  • dark green (76,100,104) - base layer, full canvas,
  • light green (164,188,166) - middle layer, Perlin filter,
  • dark brown(92,64,51) - top layer, Perlin filter.

You can use controls of each Perlin matrix (octaves, persistence and gain) to modify filters and then click Generate button to see the Result.


Links:

| Flora98 | Flora98(rus) | Perlin noise |