texture-generator

Procedural Equirectangular Textures

Scepter head

This texture designs the stone and the metal rim of a scepter head. 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/scepter-head.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/scepter-head.html

Source

src/patterns/scepter-head.js

Back