texture-generator

Procedural Equirectangular Textures

Cave art

This texture recreates a pattern that resembles Paleolithic cave art. With some level of imagination and pareidolia it is possible to see animals, peoples and even extraterrestrials. Click on a snapshot to open it online.

Code example

Code template of parameters with their default values.

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

Source

src/patterns/cave-art.js

Back