File: module-TriangleBlurShader.md | Updated: 11/15/2025
TriangleBlurShader is an addon, and must be imported explicitly, see Installation#Addons.
import { TriangleBlurShader } from 'three/addons/shaders/TriangleBlurShader.js';
Simulates the look of the two-strip technicolor process popular in early 20th century films. More historical info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm Demo here: http://charliehoey.com/technicolor_shader/shader_test.html
Toon1 shader.
Toon2 shader.
Toon Dotted shader.
Toon Hatching shader.
Triangle blur shader based on glfx.js triangle blur shader.
A basic blur filter, which convolves the image with a pyramid filter. The pyramid filter is separable and is applied as two perpendicular triangle filters.
examples/jsm/shaders/TechnicolorShader.js
TriangleBlurShader is an addon, and must be imported explicitly, see Installation#Addons.
import * as ToonShader from 'three/addons/shaders/ToonShader.js';
Collection of toon shaders.
Simulates the look of the two-strip technicolor process popular in early 20th century films. More historical info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm Demo here: http://charliehoey.com/technicolor_shader/shader_test.html
Toon1 shader.
Toon2 shader.
Toon Dotted shader.
Toon Hatching shader.
Triangle blur shader based on glfx.js triangle blur shader.
A basic blur filter, which convolves the image with a pyramid filter. The pyramid filter is separable and is applied as two perpendicular triangle filters.
examples/jsm/shaders/ToonShader.js
TriangleBlurShader is an addon, and must be imported explicitly, see Installation#Addons.
import { TriangleBlurShader } from 'three/addons/shaders/TriangleBlurShader.js';
Simulates the look of the two-strip technicolor process popular in early 20th century films. More historical info here: http://www.widescreenmuseum.com/oldcolor/technicolor1.htm Demo here: http://charliehoey.com/technicolor_shader/shader_test.html
Toon1 shader.
Toon2 shader.
Toon Dotted shader.
Toon Hatching shader.
Triangle blur shader based on glfx.js triangle blur shader.
A basic blur filter, which convolves the image with a pyramid filter. The pyramid filter is separable and is applied as two perpendicular triangle filters.