tsl-textures

TSL Textures

Scream

This texture attempts imitate the curves from the famous painting “The Scream” by Edvard Munch. Click on a snapshot to open it online.

Code example

import { scream } from "tsl-textures/scream.js";

model.material.colorNode = scream ( {
	scale: 2,
	variety: 1,
	color: new THREE.Color(15790176),
	background: new THREE.Color(13668496),
	seed: 0,
} );

Parameters

Online generator

online/scream.html

Source

src/scream.js

Home