texture-generator

Procedural Equirectangular Textures

Entangled

This texture renderes a ball of entangled lines or the lineae of Europa, one of the Galilean moons of Jupiter. 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/entangled.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/entangled.html

Source

src/patterns/entangled.js

Back