UNPKG

@mesmotronic/three-retropass

Version:

RetroPass applies a retro aesthetic to your Three.js project, emulating the visual style of classic 8-bit and 16-bit games

10 lines (9 loc) 263 B
import { RetroShaderUniforms } from '../models/RetroShaderUniforms'; /** * Shader that creates retro-style post-processing effect */ export declare const RetroShader: { uniforms: RetroShaderUniforms; vertexShader: string; fragmentShader: string; };