texture-generator

Procedural Equirectangular Textures

Fordite

This texture generates fordite stones. These are buildups of layers of paints cut across the layers. The generated texture is intended for color maps. Click on a snapshot to open it online.

Code example

Code template of parameters with their default values.

import * as PET from "pet/patterns/fordite.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/fordite.html

Source

src/patterns/fordite.js

Back