texture-generator

Procedural Equirectangular Textures

Camouflage

This texture immitates the design of camouflage patters in military clothes and vehicles. It overlaps four-color spots. The generated texture is intended for color maps. Click on a snapshot to open it online.

Code template

Code template of parameters with their default values.

import * as PET from "pet/patterns/camouflage.js";
:
model.material.map = PET.texture( );
PET.material( model.material );

Parameters

The parameters of the texture generator are:

API

All texture modules share the same API.

Online generator

online/camouflage.html

Source

src/patterns/camouflage.js

Back